"configs/vscode:/vscode.git/clone" did not exist on "608ff5810dd2fea1161acbd936cfb4d6bf4cfb28"
Commit 946d3260 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed yaml-cpp.pc file (with prefix)

parent 2f3821ca
prefix=@CMAKE_INSTALL_PREFIX@ prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@ libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@ includedir=${prefix}/@INCLUDE_INSTALL_DIR@
Name: Yaml-cpp Name: Yaml-cpp
Description: A YAML parser and emitter for C++ Description: A YAML parser and emitter for C++
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment