Skip to content

Instantly share code, notes, and snippets.

@qrush
Created May 22, 2014 00:58
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 qrush/ad8911aa3838df310d66 to your computer and use it in GitHub Desktop.
Save qrush/ad8911aa3838df310d66 to your computer and use it in GitHub Desktop.
export C_INCLUDE_PATH="$(xcrun --show-sdk-path)/usr/include"
export CPLUS_INCLUDE_PATH="$(xcrun --show-sdk-path)/usr/include"
export LIBRARY_PATH="$(xcrun --show-sdk-path)/usr/lib:$(xcrun --show-sdk-path)/usr/lib/system:$LIBRARY_PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment