Skip to content

Commit bc48cf1

Browse files
committed
fix: force set toolchain version for macOS 26
1 parent 003b4d3 commit bc48cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-libvpx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pkgname="libvpx"
1010
pkgdir="${STOWDIR}/${pkgname}"
1111
srcdir="src/libvpx"
1212

13-
target="$(uname -m)-darwin$(uname -r | cut -d . -f 1)-gcc"
13+
target="$(uname -m)-darwin24-gcc"
1414

1515
echo
1616
echo "*** $0: started"

0 commit comments

Comments
 (0)