Skip to content
Snippets Groups Projects
Commit 09ae030f authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/nushell: link with system-provided mimalloc2

parent 96d7eb7d
No related branches found
No related tags found
1 merge request!63379community/nushell: upgrade to 0.92.0 and link with system-provided mimalloc2
Pipeline #223736 skipped
......@@ -13,6 +13,7 @@ makedepends="
cargo-auditable
libgit2-dev
libssh2-dev
mimalloc2-dev
openssl-dev
sqlite-dev
"
......@@ -34,9 +35,9 @@ prepare() {
mkdir -p .cargo
cat >> .cargo/config.toml <<-EOF
[target.$target]
git2 = { rustc-link-lib = ["git2"] }
mimalloc = { rustc-link-lib = ["mimalloc"] }
rusqlite = { rustc-link-lib = ["sqlite3"] }
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment