mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:17:15 +03:00
lib696: fix building on Windows in non-bundle mode
``` FAILED: tests/libtest/lib696.exe [...] undefined reference to `curlx_write' ``` Ref: https://github.com/curl/curl/actions/runs/13909717720/job/38921073575?pr=16750#step:12:469 Closes #16753
This commit is contained in:
parent
912efa2d1c
commit
e61bbbd8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ lib694_SOURCES = lib694.c $(SUPPORTFILES)
|
|||
|
||||
lib695_SOURCES = lib695.c $(SUPPORTFILES)
|
||||
|
||||
lib696_SOURCES = lib556.c $(SUPPORTFILES)
|
||||
lib696_SOURCES = lib556.c $(SUPPORTFILES) $(WARNLESS)
|
||||
lib696_CPPFLAGS = $(AM_CPPFLAGS) -DLIB696
|
||||
|
||||
lib1301_SOURCES = lib1301.c $(SUPPORTFILES) $(TESTUTIL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue