You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(linux): switch to vcpkg static linking for libpict.so
Linux/arm64 CI now uses vcpkg with x64-linux-static / arm64-linux-static
triplets instead of apt + pkg-config. This statically links libavif,
libwebp, libjpeg-turbo, and libpng into libpict.so, eliminating runtime
dependencies on system shared libraries.
- Add cmake/triplets/x64-linux-static.cmake
- Add cmake/triplets/arm64-linux-static.cmake
- CMakeLists.txt: extend WIN32 guard to VCPKG_TARGET_TRIPLET so Linux
uses find_package (vcpkg) path when triplet is set
- build.yml: replace apt deps + plain cmake with vcpkg install + Ninja
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments