Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-crt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 7a986d591..7f798348a 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -4471,7 +4471,7 @@ if ENABLE_TESTS_UNICODE testcase_progs += testcases/t_municode testcases/t_tmain testcases/t__wstat_all testcases_t_municode_CFLAGS = -municode testcases_t_tmain_CFLAGS = -municode -D_UNICODE - testcases_t__wstat_all = -municode + testcases_t__wstat_all_CFLAGS = -municode endif # Do not specify TESTS = check_PROGRAMS, because some TESTS -- 2.43.0 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
