Commit eaee7b4b authored by Michel Salim's avatar Michel Salim Committed by Facebook GitHub Bot

encode PACKAGE_VERSION in libfolly.pc

Summary:
`libfolly.pc` should contain the actual version of Folly, instead of just
`master`.

Reviewed By: danobi

Differential Revision: D24471074

fbshipit-source-id: 5fc29eeee25c8c317c3405f430fd079d47c441bd
parent 298b697f
...@@ -5,7 +5,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ...@@ -5,7 +5,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: libfolly Name: libfolly
Description: Facebook (Folly) C++ library Description: Facebook (Folly) C++ library
Version: master Version: @PACKAGE_VERSION@
Cflags: -I${includedir} @FOLLY_PKGCONFIG_CFLAGS@ Cflags: -I${includedir} @FOLLY_PKGCONFIG_CFLAGS@
Libs: -L${libdir} -lfolly Libs: -L${libdir} -lfolly
Libs.private: @FOLLY_PKGCONFIG_PRIVATE_LIBS@ Libs.private: @FOLLY_PKGCONFIG_PRIVATE_LIBS@
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