Skip to content

Commit 8e46512

Browse files
committed
chore: Upgrade node-gyp, when supported, so it works with clang-cl
Older versions of node-gyp use the /LCTG:INCREMENTAL flag, which is not supported by clang-cl: it's only supported in the "standard" msvc compiler.
1 parent de85175 commit 8e46512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"mocha": "^10.2.0",
119119
"mongodb": "^6.19.0",
120120
"mongodb-runner": "^6.0.0",
121-
"node-gyp": "^9.0.0 || ^10.2.0",
121+
"node-gyp": "^9.0.0 || ^10.2.0 || ^11.5.0",
122122
"nyc": "^15.1.0",
123123
"pkg-up": "^3.1.0",
124124
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)