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:
Viktor Szakats 2025-03-17 22:10:51 +01:00
parent 912efa2d1c
commit e61bbbd8fa
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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)