summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-07-29 20:49:15 -0400
committerAndrew Opalach <andrew@akon.city> 2025-07-29 20:49:15 -0400
commit7198754d5139bf0d865bb4994ff5dba5651bf06d (patch)
tree61c3ebdf1de2d0d0aacdb6c0b66e9118ad7a5858 /cross
parent110be42a7d267647241905936c414a53ad18ddae (diff)
downloadmauri-7198754d5139bf0d865bb4994ff5dba5651bf06d.tar.gz
mauri-7198754d5139bf0d865bb4994ff5dba5651bf06d.tar.bz2
mauri-7198754d5139bf0d865bb4994ff5dba5651bf06d.zip
Small build cleanup and tweak readme
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
-rw-r--r--cross/x86_64-w64-mingw32.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt
index 55fc1e6..9700058 100644
--- a/cross/x86_64-w64-mingw32.txt
+++ b/cross/x86_64-w64-mingw32.txt
@@ -1,15 +1,11 @@
-# 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'
+ar = 'x86_64-w64-mingw32-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]