Host Environment
- OS: Windows 10
- Compiler: MSVC 2019
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libiconv:x86-windows-static-md
Failure logs
Computing installation plan...
The following packages will be built and installed:
libiconv[core]:x86-windows-static-md
Detecting compiler hash for triplet x86-windows-static-md...
Using cached binary package: C:\Users\arnold\AppData\Local\vcpkg\archives\2a\2a5497fe3ac887a09da00fe027594b8b50fa53c2.zip
Starting package 1/1: libiconv:x86-windows-static-md
Building package libiconv[core]:x86-windows-static-md...
Building package libiconv[core]:x86-windows-static-md... done
Installing package libiconv[core]:x86-windows-static-md...
Installing package libiconv[core]:x86-windows-static-md... done
Elapsed time for package libiconv:x86-windows-static-md: 1.815 s
Total elapsed time: 12.97 s
PS D:\pkg\vcpkg>
the libraries in D:\pkg\vcpkg\installed\x86-windows-static-md\debug\lib end up as libiconv.la & libcharset-d.la; expected libiconv.lib
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libiconv:x86-windows-static-md
Failure logs
Computing installation plan...
The following packages will be built and installed:
libiconv[core]:x86-windows-static-md
Detecting compiler hash for triplet x86-windows-static-md...
Using cached binary package: C:\Users\arnold\AppData\Local\vcpkg\archives\2a\2a5497fe3ac887a09da00fe027594b8b50fa53c2.zip
Starting package 1/1: libiconv:x86-windows-static-md
Building package libiconv[core]:x86-windows-static-md...
Building package libiconv[core]:x86-windows-static-md... done
Installing package libiconv[core]:x86-windows-static-md...
Installing package libiconv[core]:x86-windows-static-md... done
Elapsed time for package libiconv:x86-windows-static-md: 1.815 s
Total elapsed time: 12.97 s
PS D:\pkg\vcpkg>
the libraries in D:\pkg\vcpkg\installed\x86-windows-static-md\debug\lib end up as libiconv.la & libcharset-d.la; expected libiconv.lib
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.