Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Oct 17, 2023
1 parent 2eb16df commit fde68fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env.Command([f'gen/cpp/{s}.c++' for s in schema_files] + [f'gen/cpp/{s}.h' for s

env.Command([f'gen/py/{s}_capnp.pyi' for s in schema_files] + [f'gen/py/{s}_capnp.py' for s in schema_files],
schema_files,
f"capnp-stub-generator -p '{cereal_dir.path}/*.capnp' -c '{cereal_dir.path}/*_capnp.pyi' '{cereal_dir.path}/*_capnp.py' -o {cereal_dir.path}/gen/py -r")
f"capnp-stub-generator -p '{cereal_dir.path}/*.capnp' -c '{cereal_dir.path}/*_capnp.pyi' '{cereal_dir.path}/*_capnp.py' -o {cereal_dir.path}/gen/py/")

# TODO: remove non shared cereal and messaging
cereal_objects = env.SharedObject([f'gen/cpp/{s}.c++' for s in schema_files])
Expand Down

0 comments on commit fde68fc

Please sign in to comment.