12 Nov
2019
12 Nov
'19
10:09 p.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
@@ -1085,6 +1085,8 @@ then esac done
+ WINE_TRY_CFLAGS([-Wl,-delayload,autoconftest.dll], [], [AC_SUBST(USEDELAYLIBS,"true")])
Using "true" in a makefile is a bit strange. You probably want to store the actual flags to use instead. -- Alexandre Julliard julliard(a)winehq.org