Skip to content

Commit

Permalink
Remove missing src/Main_bindings.c.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Oct 4, 2023
1 parent ae03f65 commit fdbe214
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dependency_support/org_theopenroadproject/build_helper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ OPENROAD_LIBRARY_DEPS = [

OPENROAD_LIBRARY_SRCS_EXCLUDE = [
"src/Main.cc",
"src/Main_bindings.cc",
"src/rsz/src/Unused.cc",
"src/drt/src/main.cpp",
"src/utl/src/Logger.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ cc_library(
],
exclude = OPENROAD_LIBRARY_SRCS_EXCLUDE,
) + [
"src/Main_bindings.cc",
"src/stt/src/flt/etc/POST9.cpp",
"src/stt/src/flt/etc/POWV9.cpp",
],
Expand Down

0 comments on commit fdbe214

Please sign in to comment.