From 9419c1be8fc6f5bfbc9af5225d0bfd8f320a54b1 Mon Sep 17 00:00:00 2001 From: Quentin PARIS Date: Sat, 13 Oct 2018 21:17:38 +0200 Subject: [PATCH] osxcross-macport: support for universal binaries --- tools/osxcross-macports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/osxcross-macports b/tools/osxcross-macports index fc844b3..46d300f 100755 --- a/tools/osxcross-macports +++ b/tools/osxcross-macports @@ -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