1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

configure: use -lquiche to link to quiche

Closes #4226
This commit is contained in:
Igor Makarov 2019-08-15 15:29:34 +03:00 committed by Daniel Stenberg
parent cec3ef8793
commit 2f148d238e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -3551,7 +3551,7 @@ if test X"$want_quiche" != Xno; then
CLEANCPPFLAGS="$CPPFLAGS"
CLEANLIBS="$LIBS"
LIB_QUICHE="-l:libquiche.a -ldl -lpthread"
LIB_QUICHE="-lquiche -ldl -lpthread"
CPP_QUICHE="-I$OPT_QUICHE/include"
LD_QUICHE="-L$OPT_QUICHE/target/release"