only dynamic
This commit is contained in:
parent
237e889604
commit
7e1c56033b
@ -1,11 +0,0 @@
|
||||
#[cfg(windows)]
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-search=native=./");
|
||||
println!("cargo:rustc-link-lib=static=sciter.static");
|
||||
println!("cargo:rustc-link-lib=comdlg32");
|
||||
println!("cargo:rustc-link-lib=wininet");
|
||||
println!("cargo:rustc-link-lib=windowscodecs");
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
fn main() {}
|
Loading…
Reference in New Issue
Block a user