blob: bc88f05fcbb797172a811397dfa26e6094ee9d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
There is an experimental amd64_win (native Windows ABI and calling
convention).
In tree, this is currently only tested via cross-compilation from a
Linux host, and using wine to run the tests.
You'll need something like:
sudo apt install mingw64-w64 dos2unix wine
and then
make check-amd64_win
should pass.
|