mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[upstream_utils] Make .c file rename toggleable (#6858)
This commit is contained in:
@@ -39,6 +39,7 @@ def copy_upstream_src(wpilib_root):
|
||||
walk_cwd_and_copy_if(
|
||||
lambda dp, f: f.endswith(".c"),
|
||||
os.path.join(wpiutil, "src/main/native/thirdparty/mpack/src"),
|
||||
rename_c_to_cpp=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user