build_compiler_rt.sh: Fix current git build of compiler-rt

This commit is contained in:
Thomas Pöchtrager 2022-06-12 16:34:05 +02:00
parent 87142891b7
commit 35e17cb4df

View File

@ -167,6 +167,7 @@ if [ $f_res -eq 1 ]; then
CC=$(xcrun -f clang) CXX=$(xcrun -f clang++) $CMAKE .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SYSTEM_NAME=Darwin \
-DCOMPILER_RT_ENABLE_IOS=OFF \
-DCMAKE_LIPO=$(xcrun -f lipo) \
-DCMAKE_OSX_SYSROOT=$(xcrun --show-sdk-path) \
-DCMAKE_AR=$(xcrun -f ar) \