mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 10:48:44 +00:00
devshell: install iconv
This commit is contained in:
parent
ac441ad60a
commit
5a960c57f9
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,14 @@ help = "show profile (rust)"
|
|||
# name = "CARGO_PROFILE_DEV_CODEGEN_BACKEND"
|
||||
# value = "cranelift"
|
||||
|
||||
[[env]]
|
||||
name = "LIBRARY_PATH"
|
||||
eval = "$DEVSHELL_DIR/lib:/usr/lib"
|
||||
|
||||
[[env]]
|
||||
name = "RUSTFLAGS"
|
||||
eval = "\"-L $DEVSHELL_DIR/lib\""
|
||||
|
||||
[[commands]]
|
||||
name = "pc"
|
||||
command = "pre-commit run --all-files --hook-stage manual"
|
||||
|
|
@ -16,6 +24,7 @@ help = "pre-commit (manual)"
|
|||
|
||||
[devshell]
|
||||
packages = [
|
||||
"libiconv",
|
||||
"zydis",
|
||||
"bacon",
|
||||
# "protobuf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue