Skip to content

Commit

Permalink
stdc++ is unnecessary on darwin/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Apr 5, 2024
1 parent 79f3041 commit a9d7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package bls
#cgo linux,mipsle LDFLAGS:-L${SRCDIR}/lib/linux/mipsel
#cgo linux,arm LDFLAGS:-L${SRCDIR}/lib/linux/arm
#cgo linux,s390x LDFLAGS:-L${SRCDIR}/lib/linux/s390x
#cgo darwin,amd64 LDFLAGS:-L${SRCDIR}/lib/darwin/amd64 -lstdc++
#cgo darwin,amd64 LDFLAGS:-L${SRCDIR}/lib/darwin/amd64
#cgo darwin,arm64 LDFLAGS:-L${SRCDIR}/lib/darwin/arm64
#cgo windows,amd64 LDFLAGS:-L${SRCDIR}/lib/windows/amd64 -lstdc++
#cgo openbsd,amd64 LDFLAGS:-L${SRCDIR}/lib/openbsd/amd64 -lstdc++
Expand Down

0 comments on commit a9d7ea4

Please sign in to comment.