Skip to content

Commit 44f5b6c

Browse files
committed
fix: allow dependent rules to use the bool flag
1 parent e8dc947 commit 44f5b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ copy_file(
1313
bool_flag(
1414
name = "cupdlp_gpu",
1515
build_setting_default = False,
16+
visibility = ["//visibility:public"],
1617
)
1718

1819
config_setting(

0 commit comments

Comments
 (0)