From d2eeb99f21c98420497be6cccca759ea6cd612c1 Mon Sep 17 00:00:00 2001 From: Jason Dagit Date: Sun, 29 Sep 2024 02:09:45 -0700 Subject: [PATCH] build for macos 11 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6eaee26..0806500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,10 @@ long_description = """ A speedrun timer with autosplitter capabilities for USB2SNES. """ +[target.'cfg(target_os = "macos")'.rustflags] +linker-flavor = "ld" +link-args = ["-mmacosx-version-min=11.0"] + [package.metadata.appimage] auto_link = true # https://github.com/AppImage/pkg2appimage/blob/master/excludelist