diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-25 13:24:29 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-25 13:24:43 +0200 |
| commit | e077e00303841ab93f4b59ecba69eea6bf707475 (patch) | |
| tree | cad92e409e084039afdfc6652fc627db3ddf2308 | |
| parent | Merge #9008: [net] Remove assert(nMaxInbound > 0) (diff) | |
| parent | [TRIVIAL] reorder Windows gitian build order to match Linux (diff) | |
| download | discoin-e077e00303841ab93f4b59ecba69eea6bf707475.tar.xz discoin-e077e00303841ab93f4b59ecba69eea6bf707475.zip | |
Merge #8948: [TRIVIAL] reorder Windows gitian build order to match Linux
3f7581d [TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 32b57b316..fe01b5b95 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -27,7 +27,7 @@ remotes: files: [] script: | WRAP_DIR=$HOME/wrapped - HOSTS="x86_64-w64-mingw32 i686-w64-mingw32" + HOSTS="i686-w64-mingw32 x86_64-w64-mingw32" CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests" FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip objcopy" FAKETIME_PROGS="date makensis zip" |