Skip to content

Commit

Permalink
move taget flags to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Sep 30, 2024
1 parent 098e645 commit 060bcd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-mmacosx-version-min=11.0"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "link-args=-mmacosx-version-min=11.0"]
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ long_description = """
A speedrun timer with autosplitter capabilities for USB2SNES.
"""

[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-mmacosx-version-min=11.0"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "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 060bcd1

Please sign in to comment.