Build system: improvements to Meson cross-file for Windows

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

[skip ci]
master
Sébastien Villemot 2023-06-22 15:21:28 +02:00
parent fa5c4c5191
commit f38d37a188
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 1 deletions

View File

@ -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'