runkernel: fix windows build
This commit is contained in:
parent
8b485f552b
commit
d92ce201d3
@ -1,3 +1,4 @@
|
||||
fn main() {
|
||||
#[cfg(not(windows))]
|
||||
println!("cargo:rustc-link-arg=-rdynamic");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user