1
0
forked from 0ad/0ad

pkg-config actually gives buildoptions, not includepaths

This was SVN commit r7020.
This commit is contained in:
Simon Brenner 2009-07-18 02:55:31 +00:00
parent 7a942d29e7
commit abf84b25f8

View File

@ -124,7 +124,7 @@ extern_lib_defs = {
tinsert(package.config["Testing"].links, "libxml2")
tinsert(package.config["Release"].links, "libxml2")
else
tinsert(package.includepaths, "`pkg-config libxml-2.0 --cflags`")
tinsert(package.buildoptions, "`pkg-config libxml-2.0 --cflags`")
tinsert(package.linkoptions, "`pkg-config libxml-2.0 --libs`")
end
end,