20 Feb
2026
20 Feb
'26
1:09 p.m.
From: Jacek Caban <jacek@codeweavers.com> --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d453f178fcb..af6722bd0e8 100644 --- a/configure.ac +++ b/configure.ac @@ -912,6 +912,8 @@ case $host_os in LIBEXT="dll" DLLEXT="" EXTRACFLAGS="-D__WINE_PE_BUILD" + wine_compiler_rt_libs="compiler-rt" + enable_compiler_rt=${enable_compiler_rt:-yes} dnl Disable modules that can't be used on Windows enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10151