summaryrefslogtreecommitdiff
path: root/bin/build-python
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-python')
-rwxr-xr-xbin/build-python2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-python b/bin/build-python
index 14f77dae..ab0e3c27 100755
--- a/bin/build-python
+++ b/bin/build-python
@@ -75,7 +75,7 @@ elif [ "$BUILD" = "linux" ]; then
# error:
#
# ELF load command address/offset not properly aligned
- find dist/inkstitch -type f | grep -E '.so($|\.)' | grep -v _fblas | xargs strip
+ find dist/inkstitch -type f | grep -E '\.so($|\.)' | grep -v _fblas | grep -v _flapack | xargs strip
else
LD_LIBRARY_PATH="${site_packages}/wx" python -m PyInstaller $pyinstaller_args --strip inkstitch.py;
fi