File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ jobs:
209
209
shell : bash
210
210
run : |
211
211
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/${{ matrix.arch }}-windows \
212
- -DIconv_LIBRARY=`pwd`/compat/vcbuild/vcpkg/installed/${{ matrix.arch }}-windows/lib/libiconv.lib -DIconv_INCLUDE_DIR=`pwd`/compat/vcbuild/vcpkg/installed/${{ matrix.arch }}-windows/include \
213
212
-DMSGFMT_EXE=`pwd`/git-sdk-64-minimal/mingw64/bin/msgfmt.exe -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }} -DVCPKG_ARCH=${{ matrix.arch }}-windows
214
213
- name : MSBuild
215
214
run : msbuild git.sln -property:Configuration=Release -property:Platform=${{ matrix.arch }} -maxCpuCount:4 -property:PlatformToolset=v142
Original file line number Diff line number Diff line change 45
45
push (@args , " zlib.lib" );
46
46
}
47
47
} elsif (" $arg " eq " -liconv" ) {
48
- push (@args , " libiconv .lib" );
48
+ push (@args , " iconv .lib" );
49
49
} elsif (" $arg " eq " -lcrypto" ) {
50
50
push (@args , " libcrypto.lib" );
51
51
} elsif (" $arg " eq " -lssl" ) {
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ sub handleLinkLine
351
351
} elsif (" $part " eq " -lexpat" ) {
352
352
push (@libs , " libexpat.lib" );
353
353
} elsif (" $part " eq " -liconv" ) {
354
- push (@libs , " libiconv .lib" );
354
+ push (@libs , " iconv .lib" );
355
355
} elsif ($part =~ / ^[-\/ ]/ ) {
356
356
push (@lflags , $part );
357
357
} elsif ($part =~ / \. (a|lib)$ / ) {
You can’t perform that action at this time.
0 commit comments