"wrappers/vscode:/vscode.git/clone" did not exist on "58b094cec72f74db91e131277804e82e168c16e0"
Commit 9cc15c7d authored by Matthew Brett's avatar Matthew Brett
Browse files

Fix goof in include flags

Thanks to Sean Gillies for the spot.

Closes gh-192.
parent 0000d291
......@@ -35,6 +35,6 @@ else
fi
# 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 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