summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-08 14:51:21 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-08 14:51:21 -0400
commit2bb807dd32e1c18a6f1e8f22c25141de3334de9f (patch)
tree64795e558ef7b21655b69327e67027b43bf4b26f /cross
parent4d81d3b52952edb7a0cc329b4d0b302599b6c4c7 (diff)
downloadmauri-2bb807dd32e1c18a6f1e8f22c25141de3334de9f.tar.gz
mauri-2bb807dd32e1c18a6f1e8f22c25141de3334de9f.tar.bz2
mauri-2bb807dd32e1c18a6f1e8f22c25141de3334de9f.zip
Remove gstreamer and visualizer, cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
-rw-r--r--cross/x86_64-w64-mingw32.txt19
1 files changed, 19 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..55fc1e6
--- /dev/null
+++ b/cross/x86_64-w64-mingw32.txt
@@ -0,0 +1,19 @@
+# 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-gcc-ar'
+strip = 'x86_64-w64-mingw32-strip'
+exe_wrapper = 'wine64'
+
+[properties]
+nm = 'x86_64-w64-mingw32-gcc-nm'
+ar = 'x86_64-w64-mingw32-gcc-ar'
+needs_exe_wrapper = true
+
+[host_machine]
+system = 'windows'
+cpu_family = 'x86_64'
+cpu = 'x86_64'
+endian = 'little'