Skip to content
New issue

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

Missing files... alternate build and install method? #4

Open
xiota opened this issue Jun 4, 2024 · 1 comment
Open

Missing files... alternate build and install method? #4

xiota opened this issue Jun 4, 2024 · 1 comment

Comments

@xiota
Copy link

xiota commented Jun 4, 2024

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
}

...
@Technetium1
Copy link
Member

@SolarAquarion 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants