Skip to content

Commit

Permalink
binding.gyp: Change darwin-x64 to darwin-osxuniversal
Browse files Browse the repository at this point in the history
Fixes failure on macOS after this was changed elsewhere
  • Loading branch information
qwertychouskie committed Jul 1, 2024
1 parent c67f0e3 commit 3f673e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
'destination': './build/Release',
'files': [
# These files were placed in the prebuilds folder by download-CanBridge.mjs
'<(module_root_dir)/prebuilds/darwin-x64/libCANBridge.dylib',
'<(module_root_dir)/prebuilds/darwin-x64/libwpiHal.dylib',
'<(module_root_dir)/prebuilds/darwin-x64/libwpiutil.dylib',
'<(module_root_dir)/prebuilds/darwin-osxuniversal/libCANBridge.dylib',
'<(module_root_dir)/prebuilds/darwin-osxuniversal/libwpiHal.dylib',
'<(module_root_dir)/prebuilds/darwin-osxuniversal/libwpiutil.dylib',
]
}],
}],
Expand Down

0 comments on commit 3f673e6

Please sign in to comment.