forked from OSchip/llvm-project
[compiler-rt] Enable building iOS by default.
llvm-svn: 283379
This commit is contained in:
parent
bfe61253b8
commit
cacfb554a8
|
|
@ -81,7 +81,7 @@ if(APPLE)
|
|||
set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
|
||||
endif()
|
||||
|
||||
option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" Off)
|
||||
option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" On)
|
||||
option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
|
||||
option(COMPILER_RT_ENABLE_TVOS "Enable building for tvOS - Experimental" Off)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue