From 9bdf8cf6418bc12c1944f1cdcd64e50a7dcbe6b9 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sat, 21 Feb 2015 20:36:50 -0800 Subject: [PATCH] Make the message for not building UBs on the Mac more clear in the unsupported case. --- libretro-config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index a9e85785..90ace695 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -230,7 +230,8 @@ if [[ "$FORMAT_COMPILER_TARGET" = "osx" && -z "$NOUNIVERSAL" ]]; then export ARCHFLAGS="-arch ppc -arch ppc64" ;; *) - echo "Universal build requested with unknown ARCH=\"$ARCH\"" + echo "Will not build universal binaries for unknown ARCH=\"$ARCH\"" + ;; esac fi