mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:19:01 +08:00
9d80704127
* [woff2] fix static linking and alternate toolchain First, this change teaches the woff2 CMake configuration to understand the vcpkg's custom unofficial-brotli pkg-config configuration in order to support static linking. This fixes a build failure on x64-linux or other triplets when VCPKG_LIBRARY_LINKAGE is set to static. Secondly, the CANONICAL_PREFIXES option for the woff2 CMake configuration has been changed to be on by default, otherwise custom triplets or toolchains using alternate compilers such as Clang/LLVM or other versions of GCC will fail. Leaving CANONICAL_PREFIXES set to OFF causes -no-canonical-prefixes to be passed to the compiler, which prevents symlinked compiler toolchains from working correctly. If a user does actually need non-canonical prefixes, chances are they will have a custom triplet or toolchain file that passes in -no-canonical-prefixes as a CFLAG for every port, and so setting it to ON here is a better default for vcpkg. * [woff2] update versions * [woff2] update control file * [woff2] update versions * [woff2] update ci.baseline.txt * Update ports/woff2/0001-unofficial-brotli.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [woff2] regenerate 0001-unofficial-brotli.patch file * [woff2] update versions * [woff2] regenerate 0001-unofficial-brotli.patch file attempt #2 * [woff2] update versions Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> |
||
---|---|---|
.. | ||
azure-pipelines | ||
boost | ||
buildsystems | ||
cmake | ||
detect_compiler | ||
get_cmake_vars | ||
ifw | ||
posh-vcpkg/0.0.1 | ||
templates | ||
test_ports | ||
testing/version-files | ||
toolchains | ||
addPoshVcpkgToPowershellProfile.ps1 | ||
bootstrap.ps1 | ||
bootstrap.sh | ||
build_info.cmake | ||
ci.baseline.txt | ||
file_script.py | ||
generateBaseline.py | ||
generatePortVersionsDb.py | ||
ports.cmake | ||
tls12-download.exe | ||
vcpkg_completion.bash | ||
vcpkg_completion.fish | ||
vcpkg_get_dep_info.cmake | ||
vcpkg_get_tags.cmake | ||
vcpkg.schema.json | ||
vcpkgTools.xml |