[PATCH] winegcc: Allow specifying 32-bit libdir via configure script.
20 Jul
2018
20 Jul
'18
7:46 a.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(-)
2793
Age (days ago)
2793
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban