Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created October 20, 2012 11:40
Show Gist options
  • Save isaacs/3923091 to your computer and use it in GitHub Desktop.
Save isaacs/3923091 to your computer and use it in GitHub Desktop.
export AR=arm-unknown-linux-gnueabi-ar
export CC=arm-unknown-linux-gnueabi-gcc
export CXX=arm-unknown-linux-gnueabi-g++
export LINK=arm-unknown-linux-gnueabi-g++
node-gyp --target=v0.8.11 --arch=arm configure build --nodedir=/path/to/node/checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment