mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
ensure sys crates work on older Macs
This commit is contained in:
parent
df5487875b
commit
0ddcab4863
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ QT_FTL_LOCALES := ../qt/ftl/repo/desktop
|
|||
|
||||
BUILD_VARIABLES = FTL_TEMPLATE_DIRS="$(QT_FTL_TEMPLATES)" \
|
||||
FTL_LOCALE_DIRS="$(QT_FTL_LOCALES)" \
|
||||
CARGO_TARGET_DIR="$(RSPY_TARGET_DIR)"
|
||||
CARGO_TARGET_DIR="$(RSPY_TARGET_DIR)" \
|
||||
MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
|
||||
.PHONY: all develop build check fix clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue