Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
try cpppath
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jun 2, 2011
1 parent 194c28f commit c5e8088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -29,7 +29,7 @@ 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 CPATH="$VENDORED_NODE/include"
export CPPPATH="$VENDORED_NODE/include"

# unpack existing cache
rm -rf $CACHE_TARGET_DIR
Expand Down

0 comments on commit c5e8088

Please sign in to comment.