[PATCH v2 2/3] ntdll: Allow loading system DLLs from a path specified at configure time.

Alexandre Julliard julliard at winehq.org
Thu Nov 4 04:38:09 CDT 2021


Zebediah Figura <zfigura at codeweavers.com> writes:

> @@ -36,6 +36,8 @@ AC_ARG_ENABLE(maintainer-mode, AS_HELP_STRING([--enable-maintainer-mode],[enable
>  AC_ARG_ENABLE(silent-rules, AS_HELP_STRING([--enable-silent-rules],[use silent build rules (override: "make V=1")]))
>  AC_ARG_ENABLE(werror, AS_HELP_STRING([--enable-werror],[treat compilation warnings as errors]))
>  
> +AC_ARG_VAR([SYSTEMDLLDIR], [path containing system dependency shared libraries])

I'd suggest to make this a --with option, along the lines of --with-wine-tools.

Also the resulting variable should probably be set through the makefile,
similarly to BINDIR etc.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list