[tesseract] Build error on x64-mingw-dynamic (case sensitive linking) #42198
Labels
category:community-triplet
A PR or issue related to community triplets not officially validated by the vcpkg team.
vcpkg attempts to link with
-lWs2_32
, which may work on Windows systems, but on a case sensitive linux system the correct command should be-lws2_32
. Attempting to link with the wrong casing results in the compiler not being able to find the library.Package: tesseract:[email protected]#1
Host Environment
vcpkg-scripts version: 9b5cb8e 2024-11-14 (3 days ago)
To Reproduce
vcpkg install
Failure logs
/home/oliver/vcpkg/buildtrees/tesseract/install-x64-mingw-dynamic-dbg-out.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: