Skip to content

Commit

Permalink
build(rust): Add 'clang' to makedepends in PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Feb 27, 2024
1 parent 0a121dc commit 4ea7970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch_pkgs/rust/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('x86_64')
url='https://github.com/neferin12/iSM'
license=('MIT')
depends=('z3')
makedepends=(cargo)
makedepends=('cargo' 'clang')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")

prepare() {
Expand Down

0 comments on commit 4ea7970

Please sign in to comment.