mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 22:23:35 +00:00
no --universal2 argument yet
This commit is contained in:
2
.github/actions/macos-install.sh
vendored
2
.github/actions/macos-install.sh
vendored
@ -8,7 +8,7 @@ export gampath="${distpath}/gam"
|
|||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
export specfile="gam.spec"
|
export specfile="gam.spec"
|
||||||
if [ "$macver" == "10.15.7" ]; then
|
if [ "$macver" == "10.15.7" ]; then
|
||||||
youtoo="--universal2"
|
youtoo=""
|
||||||
else
|
else
|
||||||
youtoo=""
|
youtoo=""
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user