diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-07-13 20:03:26 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-25 21:17:58 -0400 |
| commit | a93e774cd98e9a8ae44e55f09282d0fdc3b77420 (patch) | |
| tree | 3b87e964a2202a86b206e001ab0245ea09999ee4 /bin | |
| parent | aa6bc73e54ea029ca2ae42f5e22d45166dd4a10a (diff) | |
remove libembroidery from build
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-dist | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/build-dist b/bin/build-dist index 78e42430..0d435580 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -19,14 +19,8 @@ fi # above! pyinstaller_args+="--hidden-import gi.repository.Gtk " -# mac and windows build seem to miss wx and libembroidery import -pyinstaller_args+="--hidden-import wx --hidden-import libembroidery " - -if [ -d windows-libembroidery ]; then - pyinstaller_args+="-p windows-libembroidery " -else - pyinstaller_args+="-p embroidermodder/experimental/python/binding " -fi +# mac and windows build seem to miss wx import +pyinstaller_args+="--hidden-import wx" # This lets pyinstaller see inkex.py, etc. pyinstaller_args+="-p inkscape-0.92.3/share/extensions " |
