Skip to content

Commit

Permalink
Add support for macOS 10.13 High Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Oct 12, 2021
1 parent 22eff9e commit f666ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fn main() {
tauri_build::build()
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.13");
tauri_build::build();
}

0 comments on commit f666ad1

Please sign in to comment.