Add missing -mwindows to Ubuntu 18.04 CI build

Apparently this completely overrides the build flags.
This commit is contained in:
Robbert van der Helm
2021-06-25 11:51:47 +02:00
parent 5133f07c2c
commit f6682d9134
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
# Statically link to libstdc++ on Ubuntu 18.04 as we're compiling
# with a newer version of g++ than what's in the default repos
meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
ninja -C build
- name: Create an archive for the binaries
run: |