Skip to content

Commit 6037e4a

Browse files
authored
Merge pull request #10070 from hzeller/feature-20260407-readline-set-vis
Allow the openSTA submodule to see the readline initialization.
2 parents fa69edb + 8ae9a21 commit 6037e4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ cc_library(
164164
name = "tcl_readline_setup",
165165
srcs = ["src/tcl_readline_setup.cc"],
166166
hdrs = ["src/tcl_readline_setup.h"],
167+
visibility = ["//src/sta:__pkg__"],
167168
deps = [
168169
"@tcl_lang//:tcl",
169170
# tclreadline: provides ENABLE_READLINE define + links libtclreadline.

0 commit comments

Comments
 (0)