diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-23 23:52:17 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-23 23:52:17 +0300 |
commit | 6780050cbff88de1943d6297a6169acd57e9ab3a (patch) | |
tree | aa3e71b8e4b2b578dceceb98fdbee26bc2578c5c /cross | |
parent | 354bdca92042fbd81952578046858b43be960abc (diff) | |
download | meson-6780050cbff88de1943d6297a6169acd57e9ab3a.zip meson-6780050cbff88de1943d6297a6169acd57e9ab3a.tar.gz meson-6780050cbff88de1943d6297a6169acd57e9ab3a.tar.bz2 |
Run cross build tests with exe wrapper.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/ubuntu-mingw.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/ubuntu-mingw.txt b/cross/ubuntu-mingw.txt index 5b9fe68..bb5303f 100644 --- a/cross/ubuntu-mingw.txt +++ b/cross/ubuntu-mingw.txt @@ -1,5 +1,5 @@ name = 'windows' -exe_wrapper = 'wine' +exe_wrapper = 'wine' # A command used to run generated executables. c = '/usr/bin/i586-mingw32msvc-gcc' cpp = '/usr/bin/i586-mingw32msvc-g++' root = '/usr/i586-mingw32msvc' |