Create 150.ldflags.sh
add openssl-via-homebrew include and lib paths to LDFLAGS
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export LDFLAGS="$LDFLAGS -I$(brew --prefix)/opt/openssl/include -L$(brew --prefix)/opt/openssl/lib"
|
||||
Reference in New Issue
Block a user