This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nac3
Watch
8
Star
0
Fork
You've already forked nac3
10
Code
Issues
100
Pull Requests
20
Releases
Wiki
Activity
50230e61f3
nac3
/
runkernel
/
build.rs
5 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
runkernel: sort out cargo rigmarole with rustc link arg
2021-11-01 00:28:27 +08:00
fn
main
(
)
{
indentation
2022-03-23 10:45:28 +08:00
#[
cfg(not(windows))
]
runkernel: sort out cargo rigmarole with rustc link arg
2021-11-01 00:28:27 +08:00
println!
(
"
cargo:rustc-link-arg=-rdynamic
"
)
;
}