mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 17:16:34 +11:00
remove trailing space
This commit is contained in:
parent
eb538b4536
commit
08655ea9ee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fn main() {
|
|||
.arg(&out_path)
|
||||
.output()
|
||||
.expect("should be able to build mgba");
|
||||
println!("cargo:rustc-link-search={}", out_path.to_str().unwrap());
|
||||
println!("cargo:rustc-link-search={}", out_path.to_str().unwrap());
|
||||
println!("cargo:rustc-link-lib=static={}", "mgba-cycle");
|
||||
println!("cargo:rustc-link-lib=z");
|
||||
println!("cargo:rustc-link-lib=elf");
|
||||
|
|
Loading…
Add table
Reference in a new issue