hamlib 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +9 -1
- package/package.json +1 -1
- package/prebuilds/BUILD_INFO.txt +3 -2
- package/prebuilds/darwin-arm64/libhamlib.4.dylib +0 -0
- package/prebuilds/darwin-arm64/node.napi.node +0 -0
- package/prebuilds/darwin-x64/libhamlib.4.dylib +0 -0
- package/prebuilds/darwin-x64/libusb-1.0.0.dylib +0 -0
- package/prebuilds/darwin-x64/node.napi.node +0 -0
- package/prebuilds/linux-arm64/libhamlib.so.4 +0 -0
- package/prebuilds/linux-x64/libhamlib.so.4 +0 -0
- package/prebuilds/win32-x64/node.napi.node +0 -0
package/binding.gyp
CHANGED
|
@@ -42,12 +42,20 @@
|
|
|
42
42
|
"include_dirs": [
|
|
43
43
|
"<!@(node -e \"if(process.env.HAMLIB_PREFIX) console.log(process.env.HAMLIB_PREFIX + '/include')\")",
|
|
44
44
|
"/usr/local/include",
|
|
45
|
-
"/opt/
|
|
45
|
+
"/usr/local/opt/hamlib/include",
|
|
46
|
+
"/usr/local/opt/libusb/include",
|
|
47
|
+
"/opt/homebrew/include",
|
|
48
|
+
"/opt/homebrew/opt/hamlib/include",
|
|
49
|
+
"/opt/homebrew/opt/libusb/include"
|
|
46
50
|
],
|
|
47
51
|
"libraries": [
|
|
48
52
|
"<!@(node -e \"if(process.env.HAMLIB_PREFIX) console.log('-L' + process.env.HAMLIB_PREFIX + '/lib')\")",
|
|
49
53
|
"-L/usr/local/lib",
|
|
54
|
+
"-L/usr/local/opt/hamlib/lib",
|
|
55
|
+
"-L/usr/local/opt/libusb/lib",
|
|
50
56
|
"-L/opt/homebrew/lib",
|
|
57
|
+
"-L/opt/homebrew/opt/hamlib/lib",
|
|
58
|
+
"-L/opt/homebrew/opt/libusb/lib",
|
|
51
59
|
"-lhamlib"
|
|
52
60
|
],
|
|
53
61
|
"xcode_settings": {
|
package/package.json
CHANGED
package/prebuilds/BUILD_INFO.txt
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Node-HamLib Precompiled Binaries
|
|
2
2
|
================================
|
|
3
|
-
Build Time:
|
|
4
|
-
Git Commit:
|
|
3
|
+
Build Time: Sat Nov 8 02:52:06 UTC 2025
|
|
4
|
+
Git Commit: 43e055bd928a2bf2f4cf7839165f1442511c20c8
|
|
5
5
|
Git Ref: refs/heads/main
|
|
6
6
|
|
|
7
7
|
Supported Platforms:
|
|
8
8
|
- darwin-arm64
|
|
9
|
+
- darwin-x64
|
|
9
10
|
- linux-arm64
|
|
10
11
|
- linux-x64
|
|
11
12
|
- win32-x64
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|