mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(yazi)[1]
This commit is contained in:
parent
26f32df15e
commit
1e8e04f83b
1 changed files with 4 additions and 0 deletions
|
@ -18,8 +18,12 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ^1.70
|
rust-lang.org: ^1.70
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
|
llvm.org: <17
|
||||||
gnu.org/make: '*'
|
gnu.org/make: '*'
|
||||||
script: cargo install --locked --root {{prefix}} --path app
|
script: cargo install --locked --root {{prefix}} --path app
|
||||||
|
env:
|
||||||
|
CC: clang
|
||||||
|
LD: clang
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/yazi
|
- bin/yazi
|
||||||
|
|
Loading…
Reference in a new issue