mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 05:38:36 +08:00
Update flatbuffer bazel rule to work with flatbuffer master branch. (#4008)
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_library_public")
|
||||
|
||||
def flatbuffer_py_library(name, srcs, outs, out_prefix, includes = [], include_paths = ""):
|
||||
|
||||
def flatbuffer_py_library(name, srcs, outs, out_prefix, includes = [], include_paths = []):
|
||||
flatbuffer_library_public(
|
||||
name = name,
|
||||
srcs = srcs,
|
||||
|
||||
Reference in New Issue
Block a user