Use bison/flex starlark from //bazel package.
Context PR: https://github.com/The-OpenROAD-Project/OpenROAD/pull/9536 Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
parent
a14a16c3ad
commit
102925b677
4
BUILD
4
BUILD
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
|
||||
load("@rules_cc//cc:cc_library.bzl", "cc_library")
|
||||
load("@rules_hdl//dependency_support/com_github_westes_flex:flex.bzl", "genlex")
|
||||
load("@rules_hdl//dependency_support/org_gnu_bison:bison.bzl", "genyacc")
|
||||
load("//bazel:bison.bzl", "genyacc")
|
||||
load("//bazel:flex.bzl", "genlex")
|
||||
load("//bazel:tcl_encode_sta.bzl", "tcl_encode_sta")
|
||||
load("//bazel:tcl_wrap_cc.bzl", "tcl_wrap_cc")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue