Skip to content

Commit 75d8a01

Browse files
authored
chore: sync with ecsact_common (#149)
1 parent b7b4fc2 commit 75d8a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/copts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
22

33
# Ecsact repositories currently only support clang, cl, and emscripten
44
copts = selects.with_or({
5-
("//bazel:compiler_emscripten"): [
5+
(Label("//bazel:compiler_emscripten")): [
66
"-std=c++20",
77
],
88
("@rules_cc//cc/compiler:clang"): [

0 commit comments

Comments
 (0)