mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
use same cargo rspy target dir for wheel build
This commit is contained in:
parent
8dfd362fed
commit
359b9f5cd5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ build: .build/build
|
|||
.build/build: $(DEPS)
|
||||
touch ../proto/backend.proto
|
||||
FTL_TEMPLATE_DIRS="$(QT_FTL_TEMPLATES)" FTL_LOCALE_DIRS="$(QT_FTL_LOCALES)" \
|
||||
maturin build -i "${PYTHON_FILE}" -o "$(OUTDIR)" $(BUILDFLAGS)
|
||||
CARGO_TARGET_DIR="$(RSPY_TARGET_DIR)" maturin build -i "${PYTHON_FILE}" -o "$(OUTDIR)" $(BUILDFLAGS)
|
||||
touch $@
|
||||
|
||||
check: .build/check
|
||||
|
|
Loading…
Reference in a new issue