mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
Merge branch 'master' of https://github.com/rustdesk/rustdesk into master
This commit is contained in:
commit
002ca33cec
@ -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