Skip to content

Commit

Permalink
Trigger CI rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jun 4, 2022
1 parent 2ee8d0a commit 3341c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tools/builders/cgo2.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func cgo2(goenv *env, goSrcs, cgoSrcs, cSrcs, cxxSrcs, objcSrcs, objcxxSrcs, sSr
// additional linker flags as they may simply be incorrrect for the
// particular compiler/linker pair and would obscure the true reason
// for the failure of the original command.
return "", nil, nil, err2
return "", nil, nil, err
}
}

Expand Down

0 comments on commit 3341c9c

Please sign in to comment.