Skip to content

Commit 8ae9a21

Browse files
committed
Allow the openSTA submodule to see the readline initialization.
Thus, it can use it as prepared in The-OpenROAD-Project/OpenSTA#341 Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent 553ed63 commit 8ae9a21

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)