Create 150.ldflags.sh

add openssl-via-homebrew include and lib paths to LDFLAGS
This commit is contained in:
Jeffrey Paul 2017-09-19 21:03:32 -05:00 committed by GitHub
parent 0d3dedbd66
commit 18e8162664
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
export LDFLAGS="$LDFLAGS -I$(brew --prefix)/opt/openssl/include -L$(brew --prefix)/opt/openssl/lib"