[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:
Chris Bieneman 2015-10-09 16:47:43 +00:00
parent 26fd69de90
commit 3a1ad39702
1 changed files with 1 additions and 1 deletions

View File

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