Skip to content

Instantly share code, notes, and snippets.

@mojodna
Created January 20, 2014 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojodna/8531172 to your computer and use it in GitHub Desktop.
Save mojodna/8531172 to your computer and use it in GitHub Desktop.
Necessary for compiling npm modules on Mavericks
export CXXFLAGS="-mmacosx-version-min=10.9"
export CFLAGS="-mmacosx-version-min=10.9"
export LDFLAGS="-mmacosx-version-min=10.9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment