go-clamav/env.osx

2 lines
144 B
Plaintext
Raw Normal View History

2023-04-06 07:52:57 +00:00
export CGO_LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib -L/usr/local/lib -lclamav"
2023-04-06 07:31:38 +00:00
export CGO_CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"