Skip to content

Commit

Permalink
Merge pull request neovim#793 from inDigiNeous/master
Browse files Browse the repository at this point in the history
Add XCode system library path to fix --system-libclang building
  • Loading branch information
Valloric committed Jan 22, 2014
2 parents 2f981a2 + 9586012 commit 27ac8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/ycm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ if ( EXTERNAL_LIBCLANG_PATH OR USE_SYSTEM_LIBCLANG )
/usr/lib
/usr/lib/llvm
${SYS_LLVM_PATHS}
/Library/Developer/CommandLineTools/usr/lib )
/Library/Developer/CommandLineTools/usr/lib,
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib )
set( EXTERNAL_LIBCLANG_PATH ${TEMP} )
else()
# For Macs, we do things differently; look further in this file.
Expand Down

0 comments on commit 27ac8bc

Please sign in to comment.