Created
June 16, 2014 08:40
-
-
Save kkaefer/89bf90f27ca2c93fffbb to your computer and use it in GitHub Desktop.
Faster SublimeClang by using Xcode's libclang.dylib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Credits go to Dennis Luxen (https://twitter.com/DennisLuxen) | |
pushd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/SublimeClang/internals/ | |
cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib . | |
cd ../src/build | |
make | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment