FlatBuffers Version 22.11.22

This commit is contained in:
Derek Bailey
2022-11-22 14:40:01 -08:00
parent e000458bb1
commit 9d2c04d629
161 changed files with 456 additions and 250 deletions

View File

@@ -193,20 +193,6 @@ flatc(
include="include_test",
)
flatc(
NO_INCL_OPTS
+ ["--go"],
schema="include_test/foo.fbs",
include="include_test/sub",
)
flatc(
NO_INCL_OPTS
+ ["--go"],
schema="include_test/sub/header.fbs",
include="include_test",
)
flatc(
NO_INCL_OPTS
+ TS_OPTS,