Skip to content

Commit

Permalink
remove macOS Intel support
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Aug 13, 2024
1 parent d3d687b commit 978f68e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bindings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !nosilkworm && unix && !(linux && arm64)
//go:build !nosilkworm && unix && !(linux && arm64) && !(darwin && amd64)

package silkworm_go

Expand Down
2 changes: 1 addition & 1 deletion bindings_stub.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nosilkworm || windows || (linux && arm64)
//go:build nosilkworm || windows || (linux && arm64) || (darwin && amd64)

package silkworm_go

Expand Down
10 changes: 0 additions & 10 deletions link_macos_x64.go

This file was deleted.

0 comments on commit 978f68e

Please sign in to comment.