blob: b9e24a0e5180c370ba90fcb8e7fa6837b4623078 (
plain)
1
2
3
4
|
## Running Windows executables with Wine in `meson devenv`
When cross compiling for Windows, `meson devenv` now sets `WINEPATH` pointing to
all directories containing needed DLLs and executables.
|