Add env.osx for easier macOS building.

This commit is contained in:
Yvan Janssens 2023-04-06 09:31:38 +02:00
parent b0901315aa
commit 463f2ad21d

2
env.osx Normal file
View File

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