mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Adds no-includes flags to the swift code generator (#7182)
This commit is contained in:
@@ -367,7 +367,7 @@ flatc(
|
||||
# Swift Tests
|
||||
swift_prefix = "FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests"
|
||||
flatc(
|
||||
SWIFT_OPTS + NO_INCL_OPTS + ["--grpc"],
|
||||
SWIFT_OPTS + BASE_OPTS + ["--grpc"],
|
||||
schema="monster_test.fbs",
|
||||
include="include_test",
|
||||
prefix=swift_prefix,
|
||||
|
||||
Reference in New Issue
Block a user