Commit 18e5b01e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we need to specify PKG_CONFIG_PATH environment variable to find groonga.pc.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d3dce60
...@@ -25,3 +25,4 @@ environment = ...@@ -25,3 +25,4 @@ environment =
CFLAGS =-I${groonga:location}/include/groonga CFLAGS =-I${groonga:location}/include/groonga
CXXFLAGS =-I${groonga:location}/include/groonga CXXFLAGS =-I${groonga:location}/include/groonga
LDFLAGS =-L${groonga:location}/lib LDFLAGS =-L${groonga:location}/lib
PKG_CONFIG_PATH =${groonga:location}/lib/pkgconfig
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