Revert "scons: don't ignore PKG_CONFIG_LIBDIR environment variable"
This reverts commit 9f93831a23
.
This commit is contained in:
parent
20dbcff99c
commit
8e2191efd9
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ def run_pkg_config(context, name):
|
|||
env = context.env
|
||||
try:
|
||||
env["ENV"]["PKG_CONFIG_PATH"] = os.environ.get("PKG_CONFIG_PATH")
|
||||
env["ENV"]["PKG_CONFIG_LIBDIR"] = os.environ.get("PKG_CONFIG_LIBDIR")
|
||||
env.ParseConfig("pkg-config --libs --cflags --silence-errors $PKGCONFIG_FLAGS \"" + name + "\"")
|
||||
context.Log("Found '" + name + "' with pkg-config.\n")
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue