turn unprefixed request failure into a warning
This commit is contained in:
parent
07764999bd
commit
de2fd16d95
|
@ -249,7 +249,7 @@ fn main() {
|
|||
|| target.contains("musl")
|
||||
|| target.contains("darwin"))
|
||||
{
|
||||
println!("Unprefixed malloc() requested on unsupported platform");
|
||||
println!("cargo:warning=\"Unprefixed malloc() requested on unsupported platform\"");
|
||||
use_prefix = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue