This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Description
If I run:
$ sudo mkdir /opt/xcbuild
$ sudo PREFIX=/opt/xcbuild make install
And then try to run any of the tools:
$ export PATH=/opt/xcbuild/usr/bin:$PATH
$ PlistBuddy -h
PlistBuddy: error while loading shared libraries: liblinenoise.so: cannot open shared object file: No such file or directory
I have to copy xcbuild/build/liblinenoise.so to /opt/xcbuild/usr/lib for it to work.
FYI, if I don't set PREFIX and install /usr/bin and /usr/lib, I still need to copy xcbuild/build/liblinenoise.so to /usr/lib.