Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 07:52:25 -05:00
committed by GitHub
parent 3c55153752
commit af7bbe3cca

View File

@@ -4,9 +4,11 @@ echo "Xcode versionn:"
xcodebuild -version
export gampath=dist/gam
rm -rf $gampath
export DYLD_PRINT_LIBRARIES=YES
$python ./gam.py version extended
unset DYLD_PRINT_LIBRARIES
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
export gam="$gampath/gam"
export DYLD_PRINT_LIBRARIES=YES
$gam version extended
export GAMVERSION=`$gam version simple`
cp LICENSE $gampath