mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIXES: Fix upstream util scripts
This commit is contained in:
committed by
Peter Johnson
parent
1e7604f81c
commit
198771dde4
@@ -11,7 +11,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
|
||||
# Copy header into allwpilib
|
||||
dest_filename = (
|
||||
wpiutil / f"src/main/native/thirdparty/argparse/include/wpi/argparse.h"
|
||||
wpiutil / f"src/main/native/thirdparty/argparse/include/wpi/util/argparse.hpp"
|
||||
)
|
||||
shutil.copyfile("include/argparse/argparse.hpp", dest_filename)
|
||||
# Rename namespace from argparse to wpi
|
||||
|
||||
Reference in New Issue
Block a user