From 8f7e85a27af9260674ad65a004cfb826bbaf54ff Mon Sep 17 00:00:00 2001 From: dsengupta0628 Date: Wed, 6 May 2026 18:17:52 +0000 Subject: [PATCH] fix mac build Signed-off-by: dsengupta0628 --- BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD b/BUILD index 6611edcf..bcae6ce4 100644 --- a/BUILD +++ b/BUILD @@ -120,7 +120,7 @@ tcl_srcs = [ "tcl/CmdArgs.tcl", "tcl/Property.tcl", "tcl/Sta.tcl", - "tcl/Variables.tcl", + "sdc/Variables.tcl", "tcl/Splash.tcl", "graph/Graph.tcl", "liberty/Liberty.tcl", @@ -147,7 +147,7 @@ exported_tcl = [ "tcl/Property.tcl", "tcl/Splash.tcl", "tcl/Sta.tcl", - "tcl/Variables.tcl", + "sdc/Variables.tcl", "sdc/Sdc.tcl", "sdf/Sdf.tcl", "search/Search.tcl",