Create 150.ldflags.sh
add openssl-via-homebrew include and lib paths to LDFLAGS
This commit is contained in:
parent
0d3dedbd66
commit
18e8162664
1
custompkg/root/etc/skel/Library/bashrc.d/150.ldflags.sh
Normal file
1
custompkg/root/etc/skel/Library/bashrc.d/150.ldflags.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
export LDFLAGS="$LDFLAGS -I$(brew --prefix)/opt/openssl/include -L$(brew --prefix)/opt/openssl/lib"
|
Loading…
Reference in New Issue
Block a user