From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 681 (lumag:travis-xenial)
 ** https://github.com/Linaro/odp/pull/681
 ** Patch: https://github.com/Linaro/odp/pull/681.patch
 ** Base sha: 989df5d2f97ab4711328b11282dcc743f5740e00
 ** Merge commit sha: e9bb9d25361eb56f5cb785ca4ff4800a9d64c449
 **/
 scripts/ci/build_i386.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build_i386.sh b/scripts/ci/build_i386.sh
index e6a744d26..f2e3536da 100755
--- a/scripts/ci/build_i386.sh
+++ b/scripts/ci/build_i386.sh
@@ -11,7 +11,7 @@ else
        export CXXFLAGS="-m32"
        export LDFLAGS="-m32"
 fi
-export CPPFLAGS="-I/usr/include/${TARGET_ARCH}/dpdk"
+export CPPFLAGS="-I/usr/include/i386-linux-gnu/dpdk"
 
 cd "$(dirname "$0")"/../..
 ./bootstrap

Reply via email to