diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-10-05 20:45:21 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-10-13 17:04:20 +0200 |
commit | b27af7e4654c3b2fe8c68a560c99fbffbd22789b (patch) | |
tree | 68e823c96c64cc3489db7c999a27db129e7a90df /cross/linux-mingw-w64-32bit.json | |
parent | 7e58f33376119b53e01616139ad9354ce9cfe003 (diff) | |
download | meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.zip meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.gz meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.bz2 |
cmake: Add cross tests
Diffstat (limited to 'cross/linux-mingw-w64-32bit.json')
-rw-r--r-- | cross/linux-mingw-w64-32bit.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cross/linux-mingw-w64-32bit.json b/cross/linux-mingw-w64-32bit.json new file mode 100644 index 0000000..4761111 --- /dev/null +++ b/cross/linux-mingw-w64-32bit.json @@ -0,0 +1,7 @@ +{ + "file": "linux-mingw-w64-32bit.txt", + "tests": ["common", "cmake"], + "env": { + "WINEPATH": "/usr/lib/gcc/i686-w64-mingw32/9.2-posix;/usr/i686-w64-mingw32/bin;/usr/i686-w64-mingw32/lib" + } +} |