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
b10b49e39a
nac3
/
runkernel
/
build.rs
5 lines
84 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
(
)
{
runkernel: fix windows build
2022-03-23 09:32:58 +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
"
)
;
}