diff mbox series

[v3,5/6] travis: use correct dir for i686 dpdk includes

Message ID 1535288407-26837-6-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v3,1/6] travis: drop LD variable override | expand

Commit Message

Github ODP bot Aug. 26, 2018, 1 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@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: 1bf5f265227e822d9820026c932d9c4fc22f2156
 **/
 scripts/ci/build_i386.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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