osxcross-macport: support for universal binaries

This commit is contained in:
Quentin PARIS 2018-10-13 21:17:38 +02:00
parent f4ba4facae
commit 9419c1be8f

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