Skip to content

Commit f0d6fcc

Browse files
author
pahaze
committed
Add makefile fix
1 parent bea4ed3 commit f0d6fcc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

fixmakefile.patch

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
From 0000000000000000000000000000000000000000 Tue Jan 4 13:03:22 2021
2+
From: pahaze <pahaze200@protonmail.com>
3+
Date: Tue, 4 Jan 2021 13:03:22 +0100
4+
Subject: [PATCH] fix Makefile in armv7-w64-mingw32
5+
6+
Fixes the build error.
7+
8+
diff --git a/armv7-w64-mingw32/Makefile b/armv7-w64-mingw32/Makefile
9+
10+
--- a/armv7-w64-mingw32/Makefile
11+
+++ b/armv7-w64-mingw32/Makefile
12+
@@ -611,1 +611,1 @@
13+
-libffi_version_script = -Wl,--version-script,libffi.map
14+
+libffi_version_script =

0 commit comments

Comments
 (0)