Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patrickgill/047dfb6bdad50219be638dd404a3bac1 to your computer and use it in GitHub Desktop.
Save patrickgill/047dfb6bdad50219be638dd404a3bac1 to your computer and use it in GitHub Desktop.
mac: include homebrew lib and include paths
# view paths
# ld -v 2
CPPFLAGS=-I$HOME/local/include
LDFLAGS=-L$HOME/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment