зеркало из https://github.com/microsoft/git.git
Merge branch 'da/vs-build-iconv-fix'
Build update. * da/vs-build-iconv-fix: ci(vs-build): stop passing the iconv library location explicitly
This commit is contained in:
Коммит
ccbde2c4f4
|
@ -205,7 +205,6 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows \
|
||||
-DIconv_LIBRARY=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows/lib/libiconv.lib -DIconv_INCLUDE_DIR=`pwd`/compat/vcbuild/vcpkg/installed/x64-windows/include \
|
||||
-DMSGFMT_EXE=`pwd`/git-sdk-64-minimal/mingw64/bin/msgfmt.exe -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON
|
||||
- name: MSBuild
|
||||
run: msbuild git.sln -property:Configuration=Release -property:Platform=x64 -maxCpuCount:4 -property:PlatformToolset=v142
|
||||
|
|
|
@ -45,7 +45,7 @@ while (@ARGV) {
|
|||
push(@args, "zlib.lib");
|
||||
}
|
||||
} elsif ("$arg" eq "-liconv") {
|
||||
push(@args, "libiconv.lib");
|
||||
push(@args, "iconv.lib");
|
||||
} elsif ("$arg" eq "-lcrypto") {
|
||||
push(@args, "libcrypto.lib");
|
||||
} elsif ("$arg" eq "-lssl") {
|
||||
|
|
|
@ -351,7 +351,7 @@ sub handleLinkLine
|
|||
} elsif ("$part" eq "-lexpat") {
|
||||
push(@libs, "libexpat.lib");
|
||||
} elsif ("$part" eq "-liconv") {
|
||||
push(@libs, "libiconv.lib");
|
||||
push(@libs, "iconv.lib");
|
||||
} elsif ($part =~ /^[-\/]/) {
|
||||
push(@lflags, $part);
|
||||
} elsif ($part =~ /\.(a|lib)$/) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче