From 846bd3d1b7bcec3653aa9d662f559235c4689e1b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 15 Mar 2025 20:40:38 -0400 Subject: Sink refactor wip Dangling target won't stay around. I have a couple of ideas about how to massively simplify the handling of ended entries. Signed-off-by: Andrew Opalach --- cross/i686-w64-mingw32.txt | 1 + cross/x86_64-w64-mingw32.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'cross') diff --git a/cross/i686-w64-mingw32.txt b/cross/i686-w64-mingw32.txt index 0153449..e07fa49 100644 --- a/cross/i686-w64-mingw32.txt +++ b/cross/i686-w64-mingw32.txt @@ -4,6 +4,7 @@ cpp = 'i686-w64-mingw32-g++' ar = 'i686-w64-mingw32-gcc-ar' strip = 'i686-w64-mingw32-strip' windres = 'i686-w64-mingw32-windres' +dlltool = 'i686-w64-mingw32-dlltool' exe_wrapper = 'wine' [properties] diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt index aa0e051..37e4e24 100644 --- a/cross/x86_64-w64-mingw32.txt +++ b/cross/x86_64-w64-mingw32.txt @@ -6,6 +6,7 @@ cpp = 'x86_64-w64-mingw32-g++' ar = 'x86_64-w64-mingw32-gcc-ar' strip = 'x86_64-w64-mingw32-strip' windres = 'x86_64-w64-mingw32-windres' +dlltool = 'x86_64-w64-mingw32-dlltool' exe_wrapper = 'wine64' [properties] -- cgit v1.2.3-101-g0448