Commit 739703dd authored by Kenton Varda's avatar Kenton Varda

Fix autotools build on MinGW.

Without ASYNC_LIBS, capnp-test doesn't get linked with Winsock, which is needed.

Not sure how this ever worked.
parent c4975b0d
......@@ -452,7 +452,9 @@ capnp_test_LDADD = \
libkj-http.la \
libkj-async.la \
libkj-test.la \
libkj.la
libkj.la \
$(ASYNC_LIBS) \
$(PTHREAD_LIBS)
endif !LITE_MODE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment