[upstream_utils] Make .c file rename toggleable (#6858)

This commit is contained in:
Tyler Veness
2024-07-20 07:00:13 -07:00
committed by GitHub
parent e9efb05cd3
commit 6ec8763eac
3 changed files with 8 additions and 4 deletions

View File

@@ -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,
)