Update env.osx for macOS linking.

This commit is contained in:
Yvan Janssens 2023-04-06 09:52:57 +02:00
parent cc92473b32
commit f4a881a08a

View File

@ -1,2 +1,2 @@
export CGO_LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib" export CGO_LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib -L/usr/local/lib -lclamav"
export CGO_CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include" export CGO_CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"