This website requires JavaScript.
Explore
Help
Sign In
Aadityavardhan
/
nac3_sca
forked from
M-Labs/nac3
Watch
1
Star
0
Fork
You've already forked nac3_sca
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
74b9416174
nac3_sca
/
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
"
)
;
}