Skip to content

Commit 79a9194

Browse files
author
jhuntwork
committed
Merge pull request ':bug: fix symlink to missing clang-cpp, use clang directly' (#159) from mesa into main
Reviewed-on: https://codeberg.org/merelinux/recipes/pulls/159
2 parents 77e0e87 + 434d31e commit 79a9194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/desktop/mesa/recipe.kdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
recipe {
22
name "mesa"
33
version "26.0.3"
4-
release 3
4+
release 4
55
description "OpenGL compatible 3D graphics library"
66
url "https://mesa3d.org"
77
archs "aarch64" "x86_64"
@@ -62,7 +62,7 @@ done
6262
exec /usr/bin/llvm-config "$@"
6363
EOF
6464
chmod +x custom/llvm-config
65-
ln -s /usr/bin/clang-cpp custom/cpp
65+
ln -s /usr/bin/clang custom/cpp
6666
"#
6767
}
6868

0 commit comments

Comments
 (0)