summaryrefslogtreecommitdiff
path: root/bin/build-python
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-03-06 22:39:25 -0500
committerLex Neva <github.com@lexneva.name>2020-03-06 22:39:25 -0500
commita4277d19a60f1611658897c18d2548fedf52e8f5 (patch)
tree6e7b4257e8dce94deff60574a69438c5b8d229b6 /bin/build-python
parent7cc8b0c14e91d2e68212248b8ce66797ade7bb65 (diff)
remove stub
Diffstat (limited to 'bin/build-python')
-rwxr-xr-xbin/build-python4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/build-python b/bin/build-python
index 69058593..6c4810dc 100755
--- a/bin/build-python
+++ b/bin/build-python
@@ -55,7 +55,3 @@ mv dist/bin dist/inkstitch
if [ "$BUILD" = "osx" ]; then
rm -rf dist/inkstitch.app/
fi
-
-# Inkscape doesn't let us run native binaries as extensions(?!). Instead we
-# add this stub script which executes the binary that pyinstaller creates.
-cp stub.py dist/inkstitch.py