Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Add --libdir to LDLIBS to fix build on Mac #78

Open hsalokor opened 9 years ago

hsalokor commented 9 years ago

This fixes the following error that occurs when clang-complete is built against brew-installed llvm-3.5

dyld: Library not loaded: @rpath/libLLVM-3.5.dylib Referenced from: /usr/local/opt/llvm/lib/libclang.dylib Reason: image not found