|
@@ -52,7 +52,7 @@ index bfa20f5fc7a64b30b464327f4086a027e9a23359..f9d849260c3d7b1368d375125ae587ea
|
|
|
o['variables']['v8_enable_javascript_promise_hooks'] = 1
|
|
|
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0
|
|
|
diff --git a/src/node.h b/src/node.h
|
|
|
-index 173e0bc669a2fd90e764da72e09003f4c7311fd7..6ff7527d4fe4d126bda80615ffed75f77f700b86 100644
|
|
|
+index 173e0bc669a2fd90e764da72e09003f4c7311fd7..03f55b0a1853c055eb6c709a8e7916c2a95672d3 100644
|
|
|
--- a/src/node.h
|
|
|
+++ b/src/node.h
|
|
|
@@ -22,6 +22,12 @@
|
|
@@ -61,7 +61,7 @@ index 173e0bc669a2fd90e764da72e09003f4c7311fd7..6ff7527d4fe4d126bda80615ffed75f7
|
|
|
|
|
|
+#ifdef ELECTRON_ENSURE_CONFIG_GYPI
|
|
|
+#ifndef USING_ELECTRON_CONFIG_GYPI
|
|
|
-+#error "It looks like you are building this native module without using the right config.gypi. This normally means that you need to update electron-rebuild (>=3.2.8) or node-gyp (>=8.4.0) if you're building modules directly."
|
|
|
++#error "It looks like you are building this native module without using the right config.gypi. This normally means that you need to update electron-rebuild (>=3.2.8) or node-gyp (>=9.0.0) if you're building modules directly."
|
|
|
+#endif
|
|
|
+#endif
|
|
|
+
|