Skip to content

Commit

Permalink
Add BUILD_PREFIX to path as well
Browse files Browse the repository at this point in the history
swig build failing because built configure script not on path.
  • Loading branch information
matthew-brett committed Aug 17, 2019
1 parent 41c89a5 commit 1792851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ fi
export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_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"

0 comments on commit 1792851

Please sign in to comment.