mirror of
https://github.com/lencx/ChatGPT.git
synced 2026-02-06 19:26:56 +00:00
7 lines
126 B
Rust
7 lines
126 B
Rust
// src-tauri/build.rs
|
|
|
|
fn main() {
|
|
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.13");
|
|
tauri_build::build()
|
|
}
|