We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seem to be missing files in some of the packages... Wondering if this would work...
build() { cmake -B build_clang -S path/to/clang ... cmake --build build_clang cmake -B build_llvm -S path/to/llvm ... cmake --build build_llvm ... } package_clang-git() { DESTDIR="$pkgdir" cmake --install build_clang } package_llvm-git() { DESTDIR="$pkgdir" cmake --install build_llvm } ...
The text was updated successfully, but these errors were encountered:
@SolarAquarion 👀
Sorry, something went wrong.
No branches or pull requests
There seem to be missing files in some of the packages... Wondering if this would work...
The text was updated successfully, but these errors were encountered: