fix mac build

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-05-06 18:17:52 +00:00
parent 00f4f5e5a8
commit 8f7e85a27a
1 changed files with 2 additions and 2 deletions

4
BUILD
View File

@ -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",