20 Jul
2018
20 Jul
'18
12:46 p.m.
64-bit Wine build has no informations about 32-bit configuration. We have some heuristics in winegcc to find 32-bit libraries, but it may not be enough. 32-bit libraries can be in an arbitrary place in 32-bit build if it's using --libdir. This patch makes it possible to instruct 64-bit build where to find 32-bit libraries, so that winegcc -m32 can work correctly in such config. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- Makefile.in | 1 + configure.ac | 11 +++++++++++ tools/winegcc/Makefile.in | 1 + tools/winegcc/winegcc.c | 6 +++++- 4 files changed, 18 insertions(+), 1 deletion(-)