Skip to content

Commit

Permalink
Revert "change darwin flag to [email protected]"
Browse files Browse the repository at this point in the history
This reverts commit 11a3c9e.
  • Loading branch information
dmSae committed Jun 10, 2024
1 parent 11a3c9e commit d096187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package openssl
// #cgo linux windows pkg-config: libssl libcrypto
// #cgo linux LDFLAGS: -L/usr/lib/x86_64-linux-gnu -lssl -lcrypto
// #cgo linux CFLAGS: -I/usr/include -Wno-deprecated-declarations
// #cgo darwin CFLAGS: -I/usr/local/opt/openssl@1.1/include -Wno-deprecated-declarations
// #cgo darwin LDFLAGS: -L/usr/local/opt/openssl@1.1/lib -lssl -lcrypto
// #cgo darwin CFLAGS: -I/usr/local/opt/openssl@3.0/include -Wno-deprecated-declarations
// #cgo darwin LDFLAGS: -L/usr/local/opt/openssl@3.0/lib -lssl -lcrypto
// #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN
import "C"

0 comments on commit d096187

Please sign in to comment.