Skip to content

Commit be4b5c6

Browse files
committed
fix: fork and fix the node-gyp-build issues
1 parent c2a5b35 commit be4b5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"node-addon-api": "^5.0.0",
21-
"node-gyp-build": "^4.5.0",
21+
"@aminya/node-gyp-build": "4.5.0-aminya.1",
2222
"shelljs": "^0.8.5",
2323
"shx": "^0.3.4"
2424
},

src/native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* Declare all native C++ classes and methods in this file. */
44
const path = require("path")
5-
module.exports = require("node-gyp-build")(path.join(__dirname, ".."))
5+
module.exports = require("@aminya/node-gyp-build")(path.join(__dirname, ".."))
66

77
/**
88
* The version of the ØMQ library the bindings were built with. Formatted as

0 commit comments

Comments
 (0)