We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a259b2f commit 2288e51Copy full SHA for 2288e51
Cross.toml
@@ -1,2 +1,4 @@
1
[target.x86_64-unknown-linux-musl]
2
-pre-build = ["apt update -y && apt install -y musl-tools"]
+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
@@ -74,6 +74,7 @@
74
++ pkgs.lib.optionals (pkgs.lib.elem "sqlite" features) [
75
pkgs.libmysqlclient
76
pkgs.ncurses
77
+ pkgs.cmake
78
]
79
++ lib.optionals pkgs.stdenv.isDarwin [
80
pkgs.libiconv
0 commit comments