From cc0e3501dff41c6543f1e218acb4510dffdfbc56 Mon Sep 17 00:00:00 2001 From: Rafal Date: Tue, 24 Jan 2023 10:12:58 +0100 Subject: [PATCH] Add files via upload --- mingw-w64-mold/001-fix-include.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mingw-w64-mold/001-fix-include.patch diff --git a/mingw-w64-mold/001-fix-include.patch b/mingw-w64-mold/001-fix-include.patch new file mode 100644 index 0000000000..28bc7b86e2 --- /dev/null +++ b/mingw-w64-mold/001-fix-include.patch @@ -0,0 +1,9 @@ +diff -urN mold-1.10.1_orig/common/output-file-win32.h mold-1.10.1/common/output-file-win32.h +--- mold-1.10.1_orig/common/output-file-win32.h 2023-01-22 02:57:00.000000000 +0100 ++++ mold-1.10.1/common/output-file-win32.h 2023-01-22 10:17:52.267167000 +0100 +@@ -1,4 +1,4 @@ +-#include "mold.h" ++#include "common.h" + + #include + #include