summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in')
-rw-r--r--external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in b/external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
index 5e44bb43..a9324de4 100644
--- a/external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
+++ b/external/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
@@ -1,7 +1,7 @@
#! /bin/sh
-PKG_CONFIG_PATH="@PATH_NATIVE@"
-PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
+export PKG_CONFIG_PATH="@PATH_NATIVE@"
+export PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
unset PKG_CONFIG_SYSROOT_DIR
pkg-config "$@"