Skip to content

Commit

Permalink
Link to golang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Oct 17, 2024
1 parent a10db3d commit 0f743fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/make/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func (b *Builder) BuildCmd(src, appName string) func(context.Context) error {

if b.os == "darwin" {
// Suppress warnings like "ld: warning: ignoring duplicate libraries: '-lobjc'"
// See: https://github.com/golang/go/issues/67799
ldFlags = append(ldFlags, "-extldflags=-Wl,-no_warn_duplicate_libraries")
}

Expand Down

0 comments on commit 0f743fb

Please sign in to comment.