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
c269444c0b
nac3
/
runkernel
/
build.rs
5 lines
87 B
Rust
Raw
Blame
History
fn
main
(
)
{
#[
cfg(not(windows))
]
println!
(
"
cargo:rustc-link-arg=-rdynamic
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink