osx/custompkg/root/etc/skel/Library/bashrc.d/150.ldflags.sh
Jeffrey Paul 18e8162664 Create 150.ldflags.sh
add openssl-via-homebrew include and lib paths to LDFLAGS
2017-09-19 21:03:32 -05:00

2 lines
100 B
Bash

export LDFLAGS="$LDFLAGS -I$(brew --prefix)/opt/openssl/include -L$(brew --prefix)/opt/openssl/lib"