Skip to content

Commit a6c527e

Browse files
committed
[libyuv] Fix build error on macOS with llvm 19
1 parent 3d89599 commit a6c527e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/libyuv/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vcpkg_from_git(
22
OUT_SOURCE_PATH SOURCE_PATH
33
URL https://chromium.googlesource.com/libyuv/libyuv
4-
REF c21dda06dd8d19b6e50168c28c324c1f32e94407 # 6 commits after switch to 1895, reason: CMake changes
4+
REF a37e6bc81b52d39cdcfd0f1428f5d6c2b2bc9861 # Fixes build error on macOS Homebrew LLVM 19
55
# Check https://chromium.googlesource.com/libyuv/libyuv/+/refs/heads/main/include/libyuv/version.h for a version!
66
PATCHES
77
cmake.diff

0 commit comments

Comments
 (0)