Fix bazel load rules
This commit is contained in:
committed by
Mizux Seiha
parent
6a6e57a0b8
commit
5ffb66cdce
@@ -15,8 +15,8 @@
|
||||
|
||||
load("@pip_deps//:requirements.bzl", "requirement")
|
||||
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
load("@rules_python//python:defs.bzl", "py_test")
|
||||
load("@rules_cc//cc:cc_library.bzl", "cc_library")
|
||||
load("@rules_python//python:py_test.bzl", "py_test")
|
||||
|
||||
cc_library(
|
||||
name = "init_doc",
|
||||
|
||||
Reference in New Issue
Block a user