This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
topgrade
Watch
1
Star
0
Fork
0
You've already forked topgrade
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
50e55dea77ff7ca158ff2db31483b697fc67be98
topgrade
/
build.rs
4 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Add more information when running with verbose output
2020-02-26 12:27:58 +02:00
fn
main
(
)
{
Fix formatting
2020-02-26 15:33:06 +02:00
println!
(
"
cargo:rustc-env=TARGET=
{}
"
,
std
::
env
::
var
(
"
TARGET
"
)
.
unwrap
(
)
)
;
}
Reference in New Issue
Copy Permalink