GlobalProtect-openconnect/apps/gpauth/build.rs
2024-12-26 05:53:35 +00:00

5 lines
72 B
Rust

fn main() {
#[cfg(feature = "webview-auth")]
tauri_build::build()
}