Skip to content
Snippets Groups Projects
Verified Commit f38d37a1 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: improvements to Meson cross-file for Windows

– enforce POSIX version of the MinGW cross-compiler
– add strip binary

[skip ci]
parent fa5c4c51
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# NB: The boost_root property must be set, possibly through a second cross file
[binaries]
cpp = 'x86_64-w64-mingw32-g++'
cpp = 'x86_64-w64-mingw32-g++-posix'
strip = 'x86_64-w64-mingw32-strip'
[host_machine]
system = 'windows'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment