mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
32-bit bootloader, fix path
This commit is contained in:
@@ -36,9 +36,10 @@ tar xf PyInstaller-$PYINSTALLER_VERSION.tar.gz
|
|||||||
cd PyInstaller-$PYINSTALLER_VERSION/bootloader
|
cd PyInstaller-$PYINSTALLER_VERSION/bootloader
|
||||||
echo "bootloader before:"
|
echo "bootloader before:"
|
||||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||||
/c/python37/python ./waf all
|
/c/python37/python ./waf all --target-arch=32bit
|
||||||
echo "bootloader after:"
|
echo "bootloader after:"
|
||||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||||
echo "PATH: $PATH"
|
echo "PATH: $PATH"
|
||||||
cd ..
|
cd ..
|
||||||
/c/python37/python setup.py install
|
/c/python37/python setup.py install
|
||||||
|
cd $mypath
|
||||||
|
|||||||
Reference in New Issue
Block a user