Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 30, 2024
1 parent ac4921b commit 87f578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/context.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def go_context(

if goos == "auto" and goarch == "auto" and cgo_context_info:
# Fast-path to reuse the GoConfigInfo as-is
mode = go_config_info
mode = go_config_info or default_go_config_info
else:
if go_config_info == None:
go_config_info = default_go_config_info
Expand Down

0 comments on commit 87f578d

Please sign in to comment.