From 9065d8778e63ea919506fd0d4a0692042fb503fb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 16 Jan 2024 21:01:49 -0500 Subject: Improve windows build - Support using libplacebo vulkan backend on windows Signed-off-by: Andrew Opalach --- cross/x86_64-w64-mingw32.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cross') diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt index bc95ac2..5aeeadd 100644 --- a/cross/x86_64-w64-mingw32.txt +++ b/cross/x86_64-w64-mingw32.txt @@ -3,13 +3,13 @@ [binaries] c = 'x86_64-w64-mingw32-gcc' cpp = 'x86_64-w64-mingw32-g++' -ar = 'x86_64-w64-mingw32-ar' +ar = 'x86_64-w64-mingw32-gcc-ar' strip = 'x86_64-w64-mingw32-strip' exe_wrapper = 'wine64' [properties] -nm = 'x86_64-w64-mingw32-nm' -ar = 'x86_64-w64-mingw32-ar' +nm = 'x86_64-w64-mingw32-gcc-nm' +ar = 'x86_64-w64-mingw32-gcc-ar' [host_machine] system = 'windows' -- cgit v1.2.3-101-g0448