define default target to be static libc (musl)

This commit is contained in:
acereca 2023-04-17 16:18:28 +02:00
parent de26cc8ed8
commit 263147edc7
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ dashmap = "5.4.0"
log = "*"
simple-logging = "2.0.2"
walkdir = "*"
[build]
target = "x86_64-unknown-linux-musl"