10 Jan
2020
10 Jan
'20
11:06 p.m.
https://bugs.winehq.org/show_bug.cgi?id=48391 --- Comment #7 from Alexey Kuznetsov <axet(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.