Merge pull request #164 from qparis/master

[osxcross-macports] Support for universal binaries
This commit is contained in:
Thomas Pöchtrager 2018-10-13 21:47:22 +02:00 committed by GitHub
commit 3e9ec5c844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,6 +548,8 @@ main()
exit
elif [ $opt == "-32" -o $opt == "--i386" ]; then
ARCH="i386"
elif [ $opt == "-universal" -o $opt == "--universal" ]; then
ARCH="i386-x86_64"
elif [ $opt == "-sm" -o $opt == "--select-mirror" ]; then
selectMirror
exit