From 61f4a137b0fbe23359febab787709ed18a6e9a7c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 26 Jul 2019 12:34:40 -0400 Subject: [PATCH] 32-bit bootloader, fix path --- src/travis/windows-x86-before-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/travis/windows-x86-before-install.sh b/src/travis/windows-x86-before-install.sh index fc052c76..787c869c 100755 --- a/src/travis/windows-x86-before-install.sh +++ b/src/travis/windows-x86-before-install.sh @@ -36,9 +36,10 @@ tar xf PyInstaller-$PYINSTALLER_VERSION.tar.gz cd PyInstaller-$PYINSTALLER_VERSION/bootloader echo "bootloader before:" md5sum ../PyInstaller/bootloader/Windows-32bit/* -/c/python37/python ./waf all +/c/python37/python ./waf all --target-arch=32bit echo "bootloader after:" md5sum ../PyInstaller/bootloader/Windows-32bit/* echo "PATH: $PATH" cd .. /c/python37/python setup.py install +cd $mypath