This website requires JavaScript.
Explore
Help
Sign In
lyken
/
nac3
forked from
M-Labs/nac3
Watch
1
Star
0
Fork
You've already forked nac3
0
Code
Pull Requests
Activity
ndstrides-wip
nac3
/
runkernel
/
build.rs
5 lines
87 B
Rust
Raw
Permalink
Blame
History
fn
main
(
)
{
#[
cfg(not(windows))
]
println!
(
"
cargo:rustc-link-arg=-rdynamic
"
)
;
}
View Git Blame
Copy Permalink