From f28ea792bcea4066639648758d3ae92fb23e749b Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 20 Oct 2024 15:21:21 -0700 Subject: [PATCH] Remove old Meson cross compile config --- x86_64-w64-mingw32.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 x86_64-w64-mingw32.txt diff --git a/x86_64-w64-mingw32.txt b/x86_64-w64-mingw32.txt deleted file mode 100644 index 554f289..0000000 --- a/x86_64-w64-mingw32.txt +++ /dev/null @@ -1,21 +0,0 @@ -[binaries] -c = 'x86_64-w64-mingw32-gcc' -cpp = 'x86_64-w64-mingw32-g++' -ar = 'x86_64-w64-mingw32-ar' -strip = 'x86_64-w64-mingw32-strip' -pkgconfig = 'x86_64-w64-mingw32-pkg-config' -cmake = 'x86_64-w64-mingw32-cmake' -exe_wrapper = 'wine64' - -[host_machine] -system = 'windows' -cpu_family = 'x86_64' -cpu = 'x86_64' -endian = 'little' - -[properties] -cmake_toolchain_file = '/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake' -cmake_defaults = false - -[cmake] -