mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
fn main() {
|
|
hbb_common::gen_version();
|
|
if cfg!(target_os = "windows") {
|
|
static_vcruntime::metabuild();
|
|
}
|
|
}
|