no --universal2 argument yet

This commit is contained in:
Jay Lee
2021-05-24 09:00:18 -04:00
parent 299742fe03
commit 722b94ca32

View File

@ -8,7 +8,7 @@ export gampath="${distpath}/gam"
rm -rf $gampath
export specfile="gam.spec"
if [ "$macver" == "10.15.7" ]; then
youtoo="--universal2"
youtoo=""
else
youtoo=""
fi