Skip to content

Commit

Permalink
build for macos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Sep 29, 2024
1 parent 2dd1f33 commit d2eeb99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2eeb99

Please sign in to comment.