Skip to content

Commit 772e257

Browse files
authored
Merge pull request #493 from zorun/master
Fix compilation errors for downstream projects caused by incorrect pkconfig paths
2 parents 7e4df50 + 101fcf0 commit 772e257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg-config/jsoncpp.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
3-
libdir=@LIBRARY_INSTALL_DIR@
4-
includedir=@INCLUDE_INSTALL_DIR@
3+
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
4+
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
55

66
Name: jsoncpp
77
Description: A C++ library for interacting with JSON

0 commit comments

Comments
 (0)