Merge pull request #625 from zhaocai/upstream

Fix --system-libclang installation in Mac OSX 10.9
This commit is contained in:
Val Markovic 2013-10-29 18:01:42 -07:00
commit bff2584ec1

View File

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