don't refuse to build carbon support with multiversal interfaces

This commit is contained in:
Wolfgang Thaller 2019-10-10 22:04:29 +02:00
parent 7ea81a2ee6
commit 6fbfe6b68a
1 changed files with 0 additions and 6 deletions

View File

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