File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -709,10 +709,10 @@ index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb
709709+ }
710710diff --git a/deps/nghttp2/BUILD.gn b/deps/nghttp2/BUILD.gn
711711new file mode 100644
712- index 0000000000000000000000000000000000000000..8bfecba74d4d90e9fbf0e2cd301118e4adc6cba8
712+ index 0000000000000000000000000000000000000000..9abde472d88923db835b12982b7f2ccb1f260196
713713--- /dev/null
714714+++ b/deps/nghttp2/BUILD.gn
715- @@ -0,0 +1,49 @@
715+ @@ -0,0 +1,47 @@
716716+ config("nghttp2_config") {
717717+ defines = [ "NGHTTP2_STATICLIB" ]
718718+ include_dirs = [ "lib/includes" ]
@@ -723,11 +723,9 @@ index 0000000000000000000000000000000000000000..8bfecba74d4d90e9fbf0e2cd301118e4
723723+ "_U_",
724724+ "BUILDING_NGHTTP2",
725725+ "NGHTTP2_STATICLIB",
726+ + "HAVE_CONFIG_H",
726727+ ]
727728+ include_dirs = [ "lib/includes" ]
728- + if (is_win) {
729- + defines += [ "HAVE_CONFIG_H" ]
730- + }
731729+
732730+ cflags_c = [
733731+ "-Wno-implicit-function-declaration",
You can’t perform that action at this time.
0 commit comments