Skip to content

Commit 2288e51

Browse files
committed
chore: add link
1 parent a259b2f commit 2288e51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cross.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[target.x86_64-unknown-linux-musl]
2-
pre-build = ["apt update -y && apt install -y musl-tools"]
2+
pre-build = [
3+
"apt update -y && apt install -y musl-tools && ln -s /usr/bin/x86_64-linux-musl-gcc /usr/bin/musl-gcc",
4+
]

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
++ pkgs.lib.optionals (pkgs.lib.elem "sqlite" features) [
7575
pkgs.libmysqlclient
7676
pkgs.ncurses
77+
pkgs.cmake
7778
]
7879
++ lib.optionals pkgs.stdenv.isDarwin [
7980
pkgs.libiconv

0 commit comments

Comments
 (0)