diff --git a/build-helpers/loopy.spec b/build-helpers/loopy.spec index 3fcff944671291c652621afaa9cd82080605d73c..31162a2c6157504cc1363c95ad380780809865bd 100644 --- a/build-helpers/loopy.spec +++ b/build-helpers/loopy.spec @@ -10,9 +10,9 @@ debug = False from os.path import expanduser -a = Analysis(['bin/loopy'], +a = Analysis(['../bin/loopy'], pathex=[expanduser('~/src/loopy')], - hiddenimports=[], + hiddenimports=["appdirs"], hookspath=None, runtime_hooks=None, excludes=["hedge", "meshpy", "pyopencl", "PIL"]