mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
added arm64 switch on osxcross-macports
This commit is contained in:
parent
de6c72eff2
commit
88f627a812
@ -586,6 +586,8 @@ main()
|
|||||||
ARCH="i386"
|
ARCH="i386"
|
||||||
elif [ $opt == "-universal" -o $opt == "--universal" ]; then
|
elif [ $opt == "-universal" -o $opt == "--universal" ]; then
|
||||||
ARCH="i386-x86_64"
|
ARCH="i386-x86_64"
|
||||||
|
elif [ $opt == "-arm64" -o $opt == "--arm64" ]; then
|
||||||
|
ARCH="arm64"
|
||||||
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