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 6c4810dc..6c4ad9ce 100755
--- a/bin/build-python
+++ b/bin/build-python
@@ -24,7 +24,7 @@ pyinstaller_args+="--hidden-import wx "
# We need to use the precompiled bootloader linked with graphical Mac OS X
# libraries if we develop a GUI application for Mac:
-if [ "$BUILD" = "osx" ]; then
+if [ "$BUILD" = "osx" -o "$BUILD" = "windows" ]; then
pyinstaller_args+="--windowed "
fi