From be3367fdbfaf7b62b94105cd55d1b9f1e30e9e58 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Jan 2024 12:32:33 -0500 Subject: Cleanup Signed-off-by: Andrew Opalach --- cross/x86_64-w64-mingw32.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cross/x86_64-w64-mingw32.txt (limited to 'cross') diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt new file mode 100644 index 0000000..05ba3b0 --- /dev/null +++ b/cross/x86_64-w64-mingw32.txt @@ -0,0 +1,17 @@ +# ubuntu: sudo apt install mingw-w64 mingw-w64-tools binutils-mingw-w64 meson cmake nasm libz-mingw-w64-dev + +[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' +exe_wrapper = 'wine64' + +[properties] +needs_exe_wrapper = true + +[host_machine] +system = 'windows' +cpu_family = 'x86_64' +cpu = 'x86_64' +endian = 'little' -- cgit v1.2.3-101-g0448