Unverified Commit fd9e4583 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #193 from matthew-brett/include-fix

Fix goof in include flags

Thanks to Sean Gillies for the spot.

Closes gh-192.
parents 3a77d123 9cc15c7d
...@@ -35,6 +35,6 @@ else ...@@ -35,6 +35,6 @@ else
fi fi
# Promote BUILD_PREFIX on search path to any newly built libs # Promote BUILD_PREFIX on search path to any newly built libs
export CPPFLAGS="-L$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"
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