Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

RPATH under macOS #462

Closed hotpxl closed 6 years ago

hotpxl commented 6 years ago

I'm using macOS High Sierra with MacPorts. libclang is installed in a non-default location so RPATH has to be set for the binary to work. I'm not sure how things are with people using Homebrew.

I wonder if we should enable by default, for macOS users, the CMake flag that sets RPATH?