mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
[Swift] Fixes bazel.build file allowing it to find Vectors folder in 8.5.0 (#8875)
This commit is contained in:
@@ -14,7 +14,8 @@ swift_library(
|
||||
name = "swift",
|
||||
srcs = glob([
|
||||
"Sources/FlatBuffers/*.swift",
|
||||
"Sources/Common/*.swift",
|
||||
"Sources/FlatBuffers/Vectors/*.swift",
|
||||
"Sources/Common/*.swift"
|
||||
]),
|
||||
module_name = "FlatBuffers",
|
||||
visibility = ["//visibility:public"],
|
||||
|
||||
Reference in New Issue
Block a user