vsergeev/luaradio

[OS X] Fix Mac OS X installation paths

gyaresu opened this issue · 1 comments

Permissions issues trying to install it on OSX 10.11.5

zaphod➜  embed : master ✔ : ᐅ  sudo make install
install -d /usr/lib
install: chmod 755 /usr/lib: Operation not permitted
install -m755 build/libluaradio.a /usr/lib/libluaradio.a
install: /usr/lib/libluaradio.a: Operation not permitted
make: *** [install] Error 71

This OS X install process in the Makefile is going to get cleaned up, both for this and a few things mentioned in the homebrew PR.