Compile separately and use lipo(1) to build universal binaries.
This commit is contained in:
parent
5ae0dbc579
commit
2c4f936715
@ -281,7 +281,7 @@ AC_C_BIGENDIAN(
|
||||
AC_DEFINE(NATIVE_BIG_ENDIAN, 1, [machine is bigendian]),
|
||||
AC_DEFINE(NATIVE_LITTLE_ENDIAN, 1, [machine is littleendian]),
|
||||
AC_MSG_ERROR([unknown endianess]),
|
||||
AC_MSG_ERROR([universal endianess is not supported])
|
||||
AC_MSG_ERROR([universal endianess is not supported - compile separately and use lipo(1)])
|
||||
)
|
||||
|
||||
AC_MSG_CHECKING(whether __STDC_LIMIT_MACROS is required)
|
||||
|
Loading…
Reference in New Issue
Block a user