mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
pkgconfig: Fix for cross compilation (#1027)
exec_ and prefix must be overridden in such a case. Makes the .pc file more consistent with other projects.
This commit is contained in:
parent
c97bd59ff2
commit
21e3d21243
@ -1,5 +1,7 @@
|
|||||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Description: A C++ library for interacting with JSON
|
Description: A C++ library for interacting with JSON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user