Skip to content
Snippets Groups Projects
Verified Commit 31d59826 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/clang: fix build with LLVM 7

parent 38711b15
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ package() {
done
# needed for at least Qt Creator
mkdir -p "$pkgdir"/usr/include/llvm6
ln -s ../clang "$pkgdir"/usr/include/llvm6/clang
ln -s ../clang-c "$pkgdir"/usr/include/llvm6/clang-c
mkdir -p "$pkgdir"/usr/include/llvm$_llvmver
ln -s ../clang "$pkgdir"/usr/include/llvm$_llvmver/clang
ln -s ../clang-c "$pkgdir"/usr/include/llvm$_llvmver/clang-c
}
static() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment