mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Code generator refactor bug fix (#7802)
* Swift should use swift generator * Swift should use swift generator Co-authored-by: Mo (Khanh) Nguyen <khhn@google.com>
This commit is contained in:
@@ -248,7 +248,7 @@ int main(int argc, const char *argv[]) {
|
||||
flatc.RegisterCodeGenerator("--rust", rust_generator);
|
||||
flatc.RegisterCodeGenerator("-r", rust_generator);
|
||||
|
||||
flatc.RegisterCodeGenerator("--swift", rust_generator);
|
||||
flatc.RegisterCodeGenerator("--swift", swift_generator);
|
||||
|
||||
flatc.RegisterCodeGenerator("--ts", ts_generator);
|
||||
flatc.RegisterCodeGenerator("-T", ts_generator);
|
||||
|
||||
Reference in New Issue
Block a user