aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-11-20 07:21:43 +0100
committerDavide Beatrici <davidebeatrici@gmail.com>2019-11-20 07:21:43 +0100
commitb4ee1a289a6c184bd8ec4bbd98ff0183a44e7dfe (patch)
treea74a38fd35696b4d3d13c74762f0bf9c9f3f558f /scripts
parent0887012a3f399079b9ca8fc1378ec7b3cd005e4e (diff)
downloadvcpkg-b4ee1a289a6c184bd8ec4bbd98ff0183a44e7dfe.tar.gz
vcpkg-b4ee1a289a6c184bd8ec4bbd98ff0183a44e7dfe.zip
mdnsresponder: fix build with dynamic CRT
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic": -- Performing post-build validation Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Found 2 error(s). Please correct the portfile: C:\vcpkg\ports\mdnsresponder\portfile.cmake -- Performing post-build validation done Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions