Created
April 22, 2021 10:15
-
-
Save govorox/c0d0f8b95c17f47df8e2f6ecfa2cbf05 to your computer and use it in GitHub Desktop.
MacOS add GCC paths to libs installed via macports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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