forked from OSchip/llvm-project
[CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 builtins library from being built properly.
llvm-svn: 249844
This commit is contained in:
parent
26fd69de90
commit
3a1ad39702
|
@ -353,7 +353,7 @@ if(APPLE)
|
|||
DARWIN_10.4_ARCHS
|
||||
${toolchain_arches})
|
||||
message(STATUS "OSX 10.4 supported arches: ${DARWIN_10.4_ARCHS}")
|
||||
if(DARWIN_10.4_ARCHES)
|
||||
if(DARWIN_10.4_ARCHS)
|
||||
list(APPEND BUILTIN_SUPPORTED_OS 10.4)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue