mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_compiler_rt.sh: Fix current git build of compiler-rt
This commit is contained in:
parent
87142891b7
commit
35e17cb4df
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user