https://bugs.winehq.org/show_bug.cgi?id=48391
--- Comment #7 from Alexey Kuznetsov axet@me.com --- build script:
( mkdir -p wine32-tools && cd wine32-tools && CC="ccache gcc" ../configure --verbose --disable-tests && make ) ( mkdir -p wine64 && cd wine64 && CC="ccache gcc" ../configure --enable-win64 --verbose --disable-tests && make ) ( mkdir -p wine32 && cd wine32 && CC="ccache gcc" ../configure --verbose --disable-tests --with-wine64=../wine64 --with-wine-tools=../wine32-tools && make)