Commit 37ac16e0 authored by Rafaël Carré's avatar Rafaël Carré Committed by Rémi Duraffort

zsh completion: fix include of contrib headers

(cherry picked from commit a103aafe)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 8c62edcf
...@@ -53,7 +53,7 @@ fi ...@@ -53,7 +53,7 @@ fi
export LD_LIBRARY_PATH=$BUILDDIR/src/.libs export LD_LIBRARY_PATH=$BUILDDIR/src/.libs
if [ -e ../../extras/contrib/config.mak -a ! "`grep HOST ../../extras/contrib/config.mak 2>/dev/null|awk '{print $3}'`" != "$HOST" ]; then if [ -e ../../extras/contrib/config.mak -a ! "`grep HOST ../../extras/contrib/config.mak 2>/dev/null|awk '{print $3}'`" != "$HOST" ]; then
CPPFLAGS="-I../../extras/contrib/include" CXXFLAGS="-I../../extras/contrib/include"
fi fi
[ -z "$CXX" ] && CXX=g++ [ -z "$CXX" ] && CXX=g++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment