Skip to content

Instantly share code, notes, and snippets.

@carmi
Created February 12, 2014 23:23
Show Gist options
  • Save carmi/8966659 to your computer and use it in GitHub Desktop.
Save carmi/8966659 to your computer and use it in GitHub Desktop.
Fix node compile
rm -rf node_modules/
export CXXFLAGS="-mmacosx-version-min=10.9"
export CFLAGS="-mmacosx-version-min=10.9"
export LDFLAGS="-mmacosx-version-min=10.9"
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment