From 8ae9a21f0bca4e22aefb8b8cb258c12be5593d9a Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 7 Apr 2026 18:33:15 +0200 Subject: [PATCH] Allow the openSTA submodule to see the readline initialization. Thus, it can use it as prepared in https://github.com/The-OpenROAD-Project/OpenSTA/pull/341 Signed-off-by: Henner Zeller --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 061e0ed4a0..9e6d2babbc 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -164,6 +164,7 @@ cc_library( name = "tcl_readline_setup", srcs = ["src/tcl_readline_setup.cc"], hdrs = ["src/tcl_readline_setup.h"], + visibility = ["//src/sta:__pkg__"], deps = [ "@tcl_lang//:tcl", # tclreadline: provides ENABLE_READLINE define + links libtclreadline.