diff options
| author | 2024-01-08 12:32:33 -0500 | |
|---|---|---|
| committer | 2024-01-08 12:32:33 -0500 | |
| commit | be3367fdbfaf7b62b94105cd55d1b9f1e30e9e58 (patch) | |
| tree | e593aaaefa37907b3ad81a1f81d2d538eef920de /cross | |
| parent | 342e613fba5849c11a07d568f765f512f30ea6cf (diff) | |
| download | camu-be3367fdbfaf7b62b94105cd55d1b9f1e30e9e58.tar.gz camu-be3367fdbfaf7b62b94105cd55d1b9f1e30e9e58.tar.bz2 camu-be3367fdbfaf7b62b94105cd55d1b9f1e30e9e58.zip | |
Cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/x86_64-w64-mingw32.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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' |