You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Set UNIVERSAL_ARCHS to only x86_64 on macOS 10.14 Mojave
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
This commit is contained in:
Vendored
+4
-1
@@ -752,9 +752,12 @@ AC_DEFUN([MP_UNIVERSAL_OPTIONS],[
|
||||
|
||||
if test "x$UNIVERSAL_ARCHS" = "x"; then
|
||||
case "$MACOSX_VERSION" in
|
||||
10.1[[0-9]]*)
|
||||
10.1[[0-3]]*)
|
||||
UNIVERSAL_ARCHS="x86_64 i386"
|
||||
;;
|
||||
10.1[[4-9]]*)
|
||||
UNIVERSAL_ARCHS="x86_64"
|
||||
;;
|
||||
10.[[0-5]]*)
|
||||
UNIVERSAL_ARCHS="i386 ppc"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user