mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
6 lines
277 B
TOML
6 lines
277 B
TOML
|
# On platforms with musl, we desactivate static linking
|
||
|
# with CRT: on Alpine for instance, we must compile Hurl with this flag
|
||
|
# in order to produce a valid binary (mainly because of curl crate)
|
||
|
[target.'cfg(target_env = "musl")']
|
||
|
rustflags = ["-Ctarget-feature=-crt-static"]
|