Skip to content

Commit

Permalink
TMP: Debug CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jun 4, 2022
1 parent fd9a38a commit b8aa7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/tools/builders/cgo2.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func cgo2(goenv *env, goSrcs, cgoSrcs, cSrcs, cxxSrcs, objcSrcs, objcxxSrcs, sSr
// and MSVC isn't supported at all.
return "", nil, nil, err
case "darwin":
fallthrough
case "ios":
allowUnresolvedSymbolsLdFlags = []string{"-Wl,-undefined,dynamic_lookup"}
default:
Expand Down

0 comments on commit b8aa7de

Please sign in to comment.