Skip to content

Commit

Permalink
fix link warnings on macOS 14
Browse files Browse the repository at this point in the history
ld: warning: object file (...000010.o) was built for newer macOS version (14.0) than being linked (13.3)
  • Loading branch information
battlmonstr committed Dec 6, 2023
1 parent 318bdee commit b5475c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion link_macos_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ package silkworm_go
// #cgo LDFLAGS: -lsilkworm_capi
// #cgo LDFLAGS: -L${SRCDIR}/lib/macos_arm64
// #cgo LDFLAGS: -Wl,-rpath ${SRCDIR}/lib/macos_arm64
// #cgo LDFLAGS: -mmacosx-version-min=13.3
import "C"
1 change: 0 additions & 1 deletion link_macos_x64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ package silkworm_go
// #cgo LDFLAGS: -lsilkworm_capi
// #cgo LDFLAGS: -L${SRCDIR}/lib/macos_x64
// #cgo LDFLAGS: -Wl,-rpath ${SRCDIR}/lib/macos_x64
// #cgo LDFLAGS: -mmacosx-version-min=13.3
import "C"

0 comments on commit b5475c6

Please sign in to comment.