Skip to content

Instantly share code, notes, and snippets.

@govorox
Created April 22, 2021 10:15
Show Gist options
  • Save govorox/c0d0f8b95c17f47df8e2f6ecfa2cbf05 to your computer and use it in GitHub Desktop.
Save govorox/c0d0f8b95c17f47df8e2f6ecfa2cbf05 to your computer and use it in GitHub Desktop.
MacOS add GCC paths to libs installed via macports
#GCC default paths
export C_INCLUDE_PATH=/opt/local/include:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=/opt/local/include:$CPLUS_INCLUDE_PATH
export LIBRARY_PATH=/opt/local/lib:$LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment