Skip to content

Commit

Permalink
build: compile with C++20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Oct 20, 2024
1 parent 4288807 commit 38d4240
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patches/node/build_add_gn_build_files.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,10 @@ index 0000000000000000000000000000000000000000..af9cbada10203b387fb9732b346583b1
+}
diff --git a/filenames.json b/filenames.json
new file mode 100644
index 0000000000000000000000000000000000000000..f2e088e78ded66eb4a8f060e880a557c3415fbf1
index 0000000000000000000000000000000000000000..7900ee5299a8ff2cd73fa99bcf43fe3dcd5263f7
--- /dev/null
+++ b/filenames.json
@@ -0,0 +1,756 @@
@@ -0,0 +1,755 @@
+// This file is automatically generated by generate_gn_filenames_json.py
+// DO NOT EDIT
+{
Expand Down Expand Up @@ -1945,8 +1945,7 @@ index 0000000000000000000000000000000000000000..f2e088e78ded66eb4a8f060e880a557c
+ "src/util.h",
+ "src/util-inl.h",
+ "//v8/include/v8.h",
+ "deps/postject/postject-api.h",
+ "common_node.gypi"
+ "deps/postject/postject-api.h"
+ ]
+}
diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
Expand Down Expand Up @@ -2199,10 +2198,10 @@ index 1cb85b9058d06555382e565dc32192a9fa48ed9f..cec9be01abd107e8612f70daf19b4834
// bootstrap scripts, whose source are bundled into the binary as static data.
diff --git a/tools/generate_gn_filenames_json.py b/tools/generate_gn_filenames_json.py
new file mode 100755
index 0000000000000000000000000000000000000000..37c16859003e61636fe2f1a4040b1e904c472d0b
index 0000000000000000000000000000000000000000..54b761d91734aead50aeeba8c91a1262531df713
--- /dev/null
+++ b/tools/generate_gn_filenames_json.py
@@ -0,0 +1,117 @@
@@ -0,0 +1,118 @@
+#!/usr/bin/env python3
+import json
+import os
Expand Down Expand Up @@ -2254,6 +2253,7 @@ index 0000000000000000000000000000000000000000..37c16859003e61636fe2f1a4040b1e90
+ '<@(deps_files)',
+ '<@(node_sources)',
+ 'common.gypi',
+ 'common_node.gypi',
+ '<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
+ }
+
Expand Down

0 comments on commit 38d4240

Please sign in to comment.