chore: use nghttp2's config.h on all platforms (#35449)
https://github.com/nodejs/node/pull/27283
This commit is contained in:
parent
23264488c5
commit
f6bbad287a
1 changed files with 3 additions and 5 deletions
|
@ -709,10 +709,10 @@ index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb
|
||||||
+}
|
+}
|
||||||
diff --git a/deps/nghttp2/BUILD.gn b/deps/nghttp2/BUILD.gn
|
diff --git a/deps/nghttp2/BUILD.gn b/deps/nghttp2/BUILD.gn
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..8bfecba74d4d90e9fbf0e2cd301118e4adc6cba8
|
index 0000000000000000000000000000000000000000..9abde472d88923db835b12982b7f2ccb1f260196
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/deps/nghttp2/BUILD.gn
|
+++ b/deps/nghttp2/BUILD.gn
|
||||||
@@ -0,0 +1,49 @@
|
@@ -0,0 +1,47 @@
|
||||||
+config("nghttp2_config") {
|
+config("nghttp2_config") {
|
||||||
+ defines = [ "NGHTTP2_STATICLIB" ]
|
+ defines = [ "NGHTTP2_STATICLIB" ]
|
||||||
+ include_dirs = [ "lib/includes" ]
|
+ include_dirs = [ "lib/includes" ]
|
||||||
|
@ -723,11 +723,9 @@ index 0000000000000000000000000000000000000000..8bfecba74d4d90e9fbf0e2cd301118e4
|
||||||
+ "_U_",
|
+ "_U_",
|
||||||
+ "BUILDING_NGHTTP2",
|
+ "BUILDING_NGHTTP2",
|
||||||
+ "NGHTTP2_STATICLIB",
|
+ "NGHTTP2_STATICLIB",
|
||||||
|
+ "HAVE_CONFIG_H",
|
||||||
+ ]
|
+ ]
|
||||||
+ include_dirs = [ "lib/includes" ]
|
+ include_dirs = [ "lib/includes" ]
|
||||||
+ if (is_win) {
|
|
||||||
+ defines += [ "HAVE_CONFIG_H" ]
|
|
||||||
+ }
|
|
||||||
+
|
+
|
||||||
+ cflags_c = [
|
+ cflags_c = [
|
||||||
+ "-Wno-implicit-function-declaration",
|
+ "-Wno-implicit-function-declaration",
|
||||||
|
|
Loading…
Reference in a new issue