Skip to content

Commit

Permalink
set default platform condition to linux (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Dec 10, 2024
1 parent bf595ed commit e5083b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/cc/build_error.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def cc_build_error(
Label("//platforms/os:linux"): "linux",
Label("//platforms/os:macos"): "macos",
Label("//platforms/os:windows"): "windows",
"//conditions:default": "linux",
}),
visibility = ["//visibility:private"],
testonly = testonly,
Expand Down

0 comments on commit e5083b5

Please sign in to comment.