diff --git a/targets.toml b/targets.toml index 117845e22..5aa40ca8a 100644 --- a/targets.toml +++ b/targets.toml @@ -308,6 +308,7 @@ cpp = true dylib = true std = true run = true +build-std = true [[target]] target = "mipsel-unknown-linux-musl" @@ -316,6 +317,7 @@ cpp = true dylib = true std = true run = true +build-std = true [[target]] target = "aarch64-linux-android"