mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
osxcross-macport: support for universal binaries
This commit is contained in:
parent
f4ba4facae
commit
9419c1be8f
@ -548,6 +548,8 @@ main()
|
|||||||
exit
|
exit
|
||||||
elif [ $opt == "-32" -o $opt == "--i386" ]; then
|
elif [ $opt == "-32" -o $opt == "--i386" ]; then
|
||||||
ARCH="i386"
|
ARCH="i386"
|
||||||
|
elif [ $opt == "-universal" -o $opt == "--universal" ]; then
|
||||||
|
ARCH="i386-x86_64"
|
||||||
elif [ $opt == "-sm" -o $opt == "--select-mirror" ]; then
|
elif [ $opt == "-sm" -o $opt == "--select-mirror" ]; then
|
||||||
selectMirror
|
selectMirror
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user