diff options
Diffstat (limited to 'scripts/generate_code.py')
-rwxr-xr-x | scripts/generate_code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_code.py b/scripts/generate_code.py index ff2dd1a5..53499b93 100755 --- a/scripts/generate_code.py +++ b/scripts/generate_code.py @@ -226,7 +226,7 @@ flatc( # For Rust we currently generate two independent schemas, with namespace_test2 # duplicating the types in namespace_test1 flatc( - RUST_OPTS, + RUST_OPTS + CS_OPTS, prefix="namespace_test", schema=[ "namespace_test/namespace_test1.fbs", |