Merge pull request #625 from zhaocai/upstream
Fix --system-libclang installation in Mac OSX 10.9
This commit is contained in:
commit
bff2584ec1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user