mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
test678: Fix for Windows multibyte builds
Follow-up to 77fc385 from yesterday. Bug: https://github.com/curl/curl/pull/6662#issuecomment-832966557 Reported-by: Marc Hörsken
This commit is contained in:
parent
79a05e1f08
commit
5a1ec19fda
@ -409,7 +409,7 @@ lib676_SOURCES = lib676.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||
lib676_LDADD = $(TESTUTIL_LIBS)
|
||||
lib676_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib678_SOURCES = lib678.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||
lib678_SOURCES = lib678.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS) $(MULTIBYTE)
|
||||
lib678_LDADD = $(TESTUTIL_LIBS)
|
||||
lib678_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user