mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
don't refuse to build carbon support with multiversal interfaces
This commit is contained in:
parent
7ea81a2ee6
commit
6fbfe6b68a
@ -188,12 +188,6 @@ INTERFACES_DIR="$SRC/InterfacesAndLibraries"
|
||||
. "$SRC/interfaces-and-libraries.sh"
|
||||
|
||||
locateAndCheckInterfacesAndLibraries
|
||||
if [ ${INTERFACES_KIND} = multiversal ] && [ ${BUILD_CARBON} != false ]; then
|
||||
echo
|
||||
echo "Unfortunately, the Multiversal Interfaces don't yet support the Carbon API."
|
||||
echo "Use either --universal or --no-carbon."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
##################### Third-Party components: binutils, gcc, hfsutils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user