You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.soorlibyaml-cpp.dylib.