[PATCH 3/4] makedep: Use -Wl, -delayload on cross targets when supported by linker.

Alexandre Julliard julliard at winehq.org
Tue Nov 12 16:09:14 CST 2019


Jacek Caban <jacek at 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 at winehq.org



More information about the wine-devel mailing list