aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/build_i386.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/build_i386.sh')
-rwxr-xr-xscripts/ci/build_i386.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/build_i386.sh b/scripts/ci/build_i386.sh
index 565359679..e49558bcc 100755
--- a/scripts/ci/build_i386.sh
+++ b/scripts/ci/build_i386.sh
@@ -13,4 +13,8 @@ else
fi
export CPPFLAGS="-I/usr/include/i386-linux-gnu/dpdk"
+# Use target libraries
+export PKG_CONFIG_PATH=
+export PKG_CONFIG_LIBDIR=/usr/lib/i386-linux-gnu/pkgconfig
+
exec "$(dirname "$0")"/build.sh