Commit 17928517 authored by Matthew Brett's avatar Matthew Brett
Browse files

Add BUILD_PREFIX to path as well

swig build failing because built configure script not on path.
parent 41c89a5e
...@@ -46,3 +46,5 @@ fi ...@@ -46,3 +46,5 @@ fi
export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS" export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH" export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH" export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"
# Add binary path for configure utils etc
export PATH="$BUILD_PREFIX/bin:$PATH"
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