kopia lustrzana https://github.com/inkstitch/inkstitch
strip debug symbols on Linux
rodzic
4c31eb74b7
commit
5b376d80fc
|
@ -39,7 +39,7 @@ if [ "$BUILD" = "windows" ]; then
|
|||
else
|
||||
# without the LD_LIBRARY_PATH, it seems that pyinstaller can't find all of
|
||||
# wxpython's shared libraries
|
||||
LD_LIBRARY_PATH="${site_packages}/wx" pyinstaller $pyinstaller_args inkstitch.py;
|
||||
LD_LIBRARY_PATH="${site_packages}/wx" pyinstaller $pyinstaller_args --strip inkstitch.py;
|
||||
fi
|
||||
|
||||
# pyinstaller put a whole mess of libraries under dist/inkstitch. We'd like
|
||||
|
|
Ładowanie…
Reference in New Issue