Sha256: 62cbb024c59a9f82b8990d97e1cd9a5b347846846d797d116a770d957d79b22d
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
#! /bin/sh # v8 doesn't like ccache if [ ! -z "`echo $CC | grep ccache`" ]; then echo "Error: V8 doesn't like cache. Please set your CC env var to 'gcc'" echo " (ba)sh: export CC=gcc" exit 1 fi CUR_DIR=$PWD #possible relative path WORKINGDIR=`dirname $0` cd "$WORKINGDIR" #abs path WORKINGDIR=`pwd` cd "$CUR_DIR" "${WORKINGDIR}/tools/waf-light" --jobs=1 configure $* exit $?
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rednode-0.1.2 | ext/node/configure |
rednode-0.1.1 | ext/node/configure |
rednode-0.1.0 | ext/node/configure |