在 2026-1-22 11:22, LIU Hao 写道:
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 74f35ea12..f3d45d05b 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -11,11 +11,13 @@#AUTOMAKE_OPTIONS = color-tests +sysincludes = -isystem $(top_srcdir)/../mingw-w64-headers/include \+ -isystem $(top_srcdir)/../mingw-w64-headers/crt \ + -isystem $(top_builddir)/../mingw-w64-headers/crt if WITHSYSROOT - sysincludes="-I@TARGET_SYSTEM_ROOT@/include" + sysincludes+="-isystem @TARGET_SYSTEM_ROOT@/include"
I just notice there has to be a space after `+=`: sysincludes+=" -isystem @TARGET_SYSTEM_ROOT@/include" -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
