Create 150.ldflags.sh
add openssl-via-homebrew include and lib paths to LDFLAGS
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user