Skip to content

Commit

Permalink
fix: try with cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 17, 2023
1 parent 9c42740 commit 83b71df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
@@ -0,0 +1,5 @@
[build]
target = "x86_64-unknown-linux-musl"

[target.x86_64-unknown-linux-musl]
linker = "x86_64-unknown-linux-gnu-gcc"
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -31,4 +31,3 @@ apps/erika.florist/src/pages/test.astro
.env
.vercel
api/cataloguedb.db
.cargo

0 comments on commit 83b71df

Please sign in to comment.