Module: wine Branch: master Commit: 3cae9288ea6066fd9dcea1459ad1722e53f8216c URL: https://source.winehq.org/git/wine.git/?a=commit;h=3cae9288ea6066fd9dcea1459...
Author: Jacek Caban jacek@codeweavers.com Date: Tue May 5 16:29:15 2020 +0200
configure: Assume that -delayload linker argument is supported when -target argument is used.
In practice, it's present only on clang and it always needs to be used there. mingw and msvc targets have different syntax. We take care of that in winegcc.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
aclocal.m4 | 2 +- configure | 83 +++++++++++++++++++----------------------------------------- configure.ac | 3 +-- 3 files changed, 28 insertions(+), 60 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3cae9288ea6066fd9dcea...