mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
set deployment target on Mac builds
This commit is contained in:
parent
631bdc2a1e
commit
93ddc749c0
1 changed files with 2 additions and 0 deletions
2
rspy/.cargo/config
Normal file
2
rspy/.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[target.'cfg(target_os="macos")']
|
||||
rustflags = ["-Clink-arg=-mmacosx-version-min=10.7"]
|
Loading…
Reference in a new issue