Fix --system-libclang installation in Mac OSX 10.9

This commit is contained in:
Zhao Cai 2013-10-29 18:13:12 -04:00
parent 38f571db1f
commit a99969bb95

View File

@ -189,7 +189,8 @@ if ( EXTERNAL_LIBCLANG_PATH OR USE_SYSTEM_LIBCLANG )
PATHS
${ENV_LIB_PATHS}
/usr/lib
/usr/lib/llvm )
/usr/lib/llvm
/Library/Developer/CommandLineTools/usr/lib )
set( EXTERNAL_LIBCLANG_PATH ${TEMP} )
else()
# For Macs, we do things differently; look further in this file.