Skip to content

Commit 85dd67e

Browse files
committed
fix
1 parent c1a7a88 commit 85dd67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool_flag(
6363

6464
config_setting(
6565
name = "_enable_shared",
66-
build_setting_default = False,
66+
flag_values = {":enable_shared": "true"},
6767
visibility = ["//visibility:public"],
6868
)
6969

0 commit comments

Comments
 (0)