Skip to content

Commit eb71920

Browse files
author
NoahAndrews
committed
Use wpiutil lib and dll files
1 parent 06844f4 commit eb71920

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'libraries': [
1919
'<(module_root_dir)/externalCompileTimeDeps/CANBridge.lib',
2020
'<(module_root_dir)/externalCompileTimeDeps/wpiHal.lib',
21+
'<(module_root_dir)/externalCompileTimeDeps/wpiutil.lib',
2122
],
2223
'msvs_settings': {
2324
'VCCLCompilerTool': {

scripts/download-CanBridge.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ try {
1616
downloadCanBridgeArtifact('CANBridge.dll', runtimeArtifactsPath),
1717
downloadCanBridgeArtifact('wpiHal.lib', externalCompileTimeDepsPath),
1818
downloadCanBridgeArtifact('wpiHal.dll', runtimeArtifactsPath),
19+
downloadCanBridgeArtifact('wpiutil.lib', externalCompileTimeDepsPath),
20+
downloadCanBridgeArtifact('wpiutil.dll', runtimeArtifactsPath),
1921
downloadCanBridgeArtifact('headers.zip', tempDir),
2022
));
2123

0 commit comments

Comments
 (0)