Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 09:32:04 -05:00
committed by GitHub
parent dc4a5a05fe
commit 07edbe6619

View File

@@ -4,12 +4,10 @@ echo "Xcode versionn:"
xcodebuild -version xcodebuild -version
export gampath=dist/gam export gampath=dist/gam
rm -rf $gampath rm -rf $gampath
brew uninstall --ignore-dependencies openssl@1.1
export DYLD_PRINT_LIBRARIES=YES export DYLD_PRINT_LIBRARIES=YES
$python ./gam.py version extended $python ./gam.py version extended
unset DYLD_PRINT_LIBRARIES unset DYLD_PRINT_LIBRARIES
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
brew install openssl@1.1
export gam="$gampath/gam" export gam="$gampath/gam"
$gam version extended $gam version extended
export GAMVERSION=`$gam version simple` export GAMVERSION=`$gam version simple`