mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Make the message for not building UBs on the Mac more clear in the unsupported case.
This commit is contained in:
parent
e6147e9e24
commit
9bdf8cf641
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user