Update build script convention to change from cargo:
(deprecated) to cargo::
This commit is contained in:
parent
41a450393e
commit
e1ea4cc21c
4
build.rs
4
build.rs
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// Use the linker script.
|
// Use the linker script.
|
||||||
println!("cargo:rustc-link-arg=-Tsrc/script.ld");
|
println!("cargo::rustc-link-arg=-Tsrc/script.ld");
|
||||||
// Don't do any magic linker stuff.
|
// Don't do any magic linker stuff.
|
||||||
println!("cargo:rustc-link-arg=--omagic");
|
println!("cargo::rustc-link-arg=--omagic");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue