define default target to be static libc (musl)
This commit is contained in:
parent
de26cc8ed8
commit
263147edc7
|
@ -17,3 +17,6 @@ dashmap = "5.4.0"
|
||||||
log = "*"
|
log = "*"
|
||||||
simple-logging = "2.0.2"
|
simple-logging = "2.0.2"
|
||||||
walkdir = "*"
|
walkdir = "*"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
target = "x86_64-unknown-linux-musl"
|
||||||
|
|
Loading…
Reference in New Issue