Skip to content

Commit

Permalink
Add makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaze committed Jan 5, 2021
1 parent bea4ed3 commit f0d6fcc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fixmakefile.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
From 0000000000000000000000000000000000000000 Tue Jan 4 13:03:22 2021
From: pahaze <[email protected]>
Date: Tue, 4 Jan 2021 13:03:22 +0100
Subject: [PATCH] fix Makefile in armv7-w64-mingw32

Fixes the build error.

diff --git a/armv7-w64-mingw32/Makefile b/armv7-w64-mingw32/Makefile

--- a/armv7-w64-mingw32/Makefile
+++ b/armv7-w64-mingw32/Makefile
@@ -611,1 +611,1 @@
-libffi_version_script = -Wl,--version-script,libffi.map
+libffi_version_script =

0 comments on commit f0d6fcc

Please sign in to comment.