Skip to content

Instantly share code, notes, and snippets.

@vasuadari
Created January 8, 2020 05:39
Show Gist options
  • Select an option

  • Save vasuadari/85d4bedfab3a47fa3e4dbdeca9a42d12 to your computer and use it in GitHub Desktop.

Select an option

Save vasuadari/85d4bedfab3a47fa3e4dbdeca9a42d12 to your computer and use it in GitHub Desktop.
Handy Snippets

Export respective library to env vars.

export LDFLAGS=-L/usr/local/opt/openssl/lib
export CPPFLAGS=-I/usr/local/opt/openssl/include
export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment