remove macos specific file
This commit is contained in:
parent
9915107a43
commit
4e5d1c5eba
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
if [ "$(uname -s)" = "Darwin" ] ; then
|
||||
export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"
|
||||
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
|
||||
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
|
||||
fi
|
Reference in a new issue