mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update osx-install.sh
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
cd src
|
cd src
|
||||||
echo "MacOS Version Info According to Python:"
|
echo "MacOS Version Info According to Python:"
|
||||||
python -c "import platform; print(platform.mac_ver())"
|
python -c "import platform; print(platform.mac_ver())"
|
||||||
|
echo "Xcode versionn:"
|
||||||
|
xcodebuild -version
|
||||||
export gampath=dist/gam
|
export gampath=dist/gam
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
||||||
|
|||||||
Reference in New Issue
Block a user