5ca88bfbb9
GitOrigin-RevId: 9f918d616c5321ad374ae6cb5ea89c9e04bf3e58
14 lines
383 B
Diff
14 lines
383 B
Diff
For some reason Node.js v22 has two different GYP versions vendored, and
|
|
only one of them contains `import sys`.
|
|
|
|
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
|
|
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
|
|
@@ -25,6 +25,7 @@
|
|
import os
|
|
import re
|
|
import subprocess
|
|
+import sys
|
|
import gyp
|
|
import gyp.common
|
|
import gyp.xcode_emulation
|
|
|