File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
run : |
61
61
git apply tongsuo.patch
62
62
autoreconf -fi
63
- ./configure --enable-warnings --enable-werror --with-openssl=${GITHUB_WORKSPACE}/tongsuo --without-zlib --without-brotli --disable-shared --disable-ldap --disable-ldaps --disable-rtsp --without-librtmp --enable-static
63
+ ./configure --enable-warnings --enable-werror --with-openssl=${GITHUB_WORKSPACE}/tongsuo --without-zlib --without-brotli --disable-shared --disable-ldap --disable-ldaps --disable-rtsp --without-librtmp --without-libpsl -- enable-static
64
64
make -s -j4
65
65
- name : upload artifact
66
66
uses : actions/upload-release-asset@v1
@@ -115,7 +115,7 @@ jobs:
115
115
working-directory : ./curl
116
116
shell : powershell
117
117
run : |
118
- git apply --reject tongsuo.patc
118
+ git apply --reject tongsuo.patch
119
119
./buildconf.bat
120
120
cd winbuild
121
121
nmake /f Makefile.vc MACHINE=x64 mode=static WITH_SSL=static SSL_PATH=${env:TONGSUO_HOME} RTLIBCFG=static ENABLE_NTLS=yes
You can’t perform that action at this time.
0 commit comments