diff --git a/patches/fix_windows_boringssl_string_util.patch b/patches/fix_windows_boringssl_string_util.patch deleted file mode 100644 index b0c42fe..0000000 --- a/patches/fix_windows_boringssl_string_util.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/third_party/boringssl/src/pki/string_util.h b/third_party/boringssl/src/pki/string_util.h -index 27be48594..1dad828c1 100644 ---- a/third_party/boringssl/src/pki/string_util.h -+++ b/third_party/boringssl/src/pki/string_util.h -@@ -6,6 +6,7 @@ - #define BSSL_PKI_STRING_UTIL_H_ - - #include -+#include - #include - #include - diff --git a/run.py b/run.py index 36f5fde..33dfcb0 100644 --- a/run.py +++ b/run.py @@ -198,7 +198,6 @@ def get_depot_tools(source_dir, fetch=False): "ssl_verify_callback_with_native_handle.patch", "h265.patch", "fix_perfetto.patch", - "fix_windows_boringssl_string_util.patch", ], "windows_arm64": [ "4k.patch", @@ -211,7 +210,6 @@ def get_depot_tools(source_dir, fetch=False): "ssl_verify_callback_with_native_handle.patch", "h265.patch", "fix_perfetto.patch", - "fix_windows_boringssl_string_util.patch", ], "macos_arm64": [ "add_deps.patch",