htacg/tidy-html5

tidy-html5 Build failure on arm64-uwp

Opened this issue · 0 comments

I am the maintainer of vcpkg. When running the installation command in vcpkg, the following problem occurs. When compiling tidy-html5 under arm64-uwp, the lstrlen function is not recognized.

./vcpkg install tidy-html5:arm64-uwp

sprtf.c.obj : error LNK2019: unresolved external symbol lstrlen referenced in function wprt

I changed lstrlen to strlen(ps)/2. Is this repair function normal?