Commit a103aafe authored by Rafaël Carré's avatar Rafaël Carré

zsh completion: fix include of contrib headers

parent 5ae80509
......@@ -53,7 +53,7 @@ fi
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
CPPFLAGS="-I../../extras/contrib/include"
CXXFLAGS="-I../../extras/contrib/include"
fi
[ -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