From: Andre Heider a.heider@gmail.com
If e.g. the 64bit libdir was set to /foo/lib/x86_64-linux-gnu/bar, winegcc will now look for the 32bit libdir at /foo/lib/i386-linux-gnu/bar.
Signed-off-by: Andre Heider a.heider@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com ---
I simplified string copies a bit and fixed off-by-one mistake.
tools/winegcc/winegcc.c | 44 ++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-)
On 21/11/2018 13:33, Jacek Caban wrote:
From: Andre Heider a.heider@gmail.com
If e.g. the 64bit libdir was set to /foo/lib/x86_64-linux-gnu/bar, winegcc will now look for the 32bit libdir at /foo/lib/i386-linux-gnu/bar.
Signed-off-by: Andre Heider a.heider@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com
I simplified string copies a bit and fixed off-by-one mistake.
Oh, thanks for fixing that up (and why didn't I see that?)!