Skip to content

Instantly share code, notes, and snippets.

@mfirry
Created January 2, 2017 09:41
Show Gist options
  • Save mfirry/495b7945108541b9f43a9f4a7ea6f893 to your computer and use it in GitHub Desktop.
Save mfirry/495b7945108541b9f43a9f4a7ea6f893 to your computer and use it in GitHub Desktop.
openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment