few more fixes

This commit is contained in:
Jay Lee
2019-07-26 11:53:12 -04:00
parent 443f4e707b
commit 83c64f1f71
2 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ if [ ! -f python-$BUILD_PYTHON_VERSION-macosx10.9.pkg ]; then
fi
sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
export python=python3
export pip=pip3
# Compile latest OpenSSL
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then

View File

@@ -35,9 +35,10 @@ wget --quiet https://github.com/pyinstaller/pyinstaller/releases/download/v$PYIN
tar xf PyInstaller-$PYINSTALLER_VERSION.tar.gz
cd PyInstaller-$PYINSTALLER_VERSION/bootloader
echo "bootloader before:"
md5sum ../PyInstaller/bootloader/Windows-32bit/
python3 ./waf all
md5sum ../PyInstaller/bootloader/Windows-32bit/*
\python37\python ./waf all
echo "bootloader after:"
md5sum ../PyInstaller/bootloader/Windows-32bit/
md5sum ../PyInstaller/bootloader/Windows-32bit/*
echo "PATH: $PATH"
cd ..
python3 setup.py install
\python37\python setup.py install