Fix include dir path (#1336082)
parent
9b301c4951
commit
d2152148a4
@ -0,0 +1,11 @@
|
||||
--- pkg-config/jsoncpp.pc.in 2016-03-25 14:09:15.000000000 -0600
|
||||
+++ pkg-config/jsoncpp.pc.in 2016-05-13 18:21:15.646173599 -0600
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@LIBRARY_INSTALL_DIR@
|
||||
-includedir=@INCLUDE_INSTALL_DIR@
|
||||
+includedir=@INCLUDE_INSTALL_DIR@/json
|
||||
|
||||
Name: jsoncpp
|
||||
Description: A C++ library for interacting with JSON
|
Loading…
Reference in new issue