Commit 6a0dbfb3 authored by David Dollar's avatar David Dollar

try both paths

parent c5e8088c
......@@ -29,7 +29,9 @@ cp "$VENDORED_NODE/node" "$BUILD_DIR/bin/node"
# setting up paths for building
PATH="$LP_DIR/vendor/scons/scons-${SCONS_VERSION}:$PATH"
PATH="$VENDORED_NODE:$PATH"
export CPPPATH="$VENDORED_NODE/include"
INCLUDE_PATH="$VENDORED_NODE/include"
export CPATH="$INCLUDE_PATH"
export CPPPATH="$INCLUDE_PATH"
# unpack existing cache
rm -rf $CACHE_TARGET_DIR
......
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