File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ jobs:
205205 shell : bash
206206 run : |
207207 cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows \
208- -DIconv_LIBRARY=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows/lib/libiconv.lib -DIconv_INCLUDE_DIR=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows/include \
209208 -DMSGFMT_EXE=`pwd`/git-sdk-64-minimal/mingw64/bin/msgfmt.exe -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON
210209 - name : MSBuild
211210 run : msbuild git.sln -property:Configuration=Release -property:Platform=x64 -maxCpuCount:4 -property:PlatformToolset=v142
Original file line number Diff line number Diff line change 4545 push (@args , " zlib.lib" );
4646 }
4747 } elsif (" $arg " eq " -liconv" ) {
48- push (@args , " libiconv .lib" );
48+ push (@args , " iconv .lib" );
4949 } elsif (" $arg " eq " -lcrypto" ) {
5050 push (@args , " libcrypto.lib" );
5151 } elsif (" $arg " eq " -lssl" ) {
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ sub handleLinkLine
351351 } elsif (" $part " eq " -lexpat" ) {
352352 push (@libs , " libexpat.lib" );
353353 } elsif (" $part " eq " -liconv" ) {
354- push (@libs , " libiconv .lib" );
354+ push (@libs , " iconv .lib" );
355355 } elsif ($part =~ / ^[-\/ ]/ ) {
356356 push (@lflags , $part );
357357 } elsif ($part =~ / \. (a|lib)$ / ) {
You can’t perform that action at this time.
0 commit comments