summaryrefslogtreecommitdiffstats
path: root/scripts/pkg-config-wrapper
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-18 12:07:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-19 07:00:18 +0100
commit3e0846bd9b735e197d8d362fac77c71c776f26ff (patch)
tree533892c06e9ed8ab33df6db0f129f63c2d26440e /scripts/pkg-config-wrapper
parent05099b783e5b1585b52ee910dd9541f6d6d27ea7 (diff)
downloadptxdist-3e0846bd9b735e197d8d362fac77c71c776f26ff.tar.gz
ptxdist-3e0846bd9b735e197d8d362fac77c71c776f26ff.tar.xz
pkg-config-wrapper: fix comment
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/pkg-config-wrapper')
-rwxr-xr-xscripts/pkg-config-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pkg-config-wrapper b/scripts/pkg-config-wrapper
index a75a0a542..b1af191f4 100755
--- a/scripts/pkg-config-wrapper
+++ b/scripts/pkg-config-wrapper
@@ -28,9 +28,9 @@ IFS=":"
unset PKG_CONFIG_SYSROOT_DIR
# default pkg-config searchs
export PKG_CONFIG_LIBDIR="${libdir[*]}"
-# default search path that will be dropped from --cflags
-export PKG_CONFIG_SYSTEM_LIBRARY_PATH="${system_libpath[*]}"
# default search path that will be dropped from --libs
+export PKG_CONFIG_SYSTEM_LIBRARY_PATH="${system_libpath[*]}"
+# default search path that will be dropped from --cflags
export PKG_CONFIG_SYSTEM_INCLUDE_PATH="${system_incpath[*]}"
IFS="${orig_IFS}"