Make the message for not building UBs on the Mac more clear in the unsupported case.

This commit is contained in:
T. Joseph Carter 2015-02-21 20:36:50 -08:00
parent e6147e9e24
commit 9bdf8cf641

View File

@ -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