mstorsjo / msvc-wine

Scripts for setting up and running MSVC in Wine on Linux
Other
683 stars 83 forks source link

test: Test building Meson based projects with msvc-wine #80

Closed mstorsjo closed 1 year ago

mstorsjo commented 1 year ago

Only testing building with MSVC - not testing building with clang-cl with Meson. Clang-cl does work with Meson, but for the resource compiler, Meson currently fails to detect llvm-rc.

Therefore, currently if building with Meson, one has to use the Wine wrapped version of rc.exe, which requires Wine to be available, contrary to the rest of the clang-cl/lld based setup. (The CI environment for the clang/lld tests intentionally does not have Wine available.)

mstorsjo commented 1 year ago

CC @huangqinjin

huangqinjin commented 1 year ago

LGTM!