Open dopplershift opened 4 years ago
Right now the cpcd tool is hard-coded to look for the static library libyaml-cpp.a. Homebrew on macOS only ships dynamic libraries for yaml-cpp, so it would be nice to be able to link to e.g. libyaml-cpp.so or libyaml-cpp.dylib.
libyaml-cpp.a
libyaml-cpp.so
libyaml-cpp.dylib
Right now the cpcd tool is hard-coded to look for the static library
libyaml-cpp.a
. Homebrew on macOS only ships dynamic libraries for yaml-cpp, so it would be nice to be able to link to e.g.libyaml-cpp.so
orlibyaml-cpp.dylib
.