use same cargo rspy target dir for wheel build

This commit is contained in:
Damien Elmes 2020-04-25 10:08:24 +10:00
parent 8dfd362fed
commit 359b9f5cd5

View file

@ -65,7 +65,7 @@ build: .build/build
.build/build: $(DEPS) .build/build: $(DEPS)
touch ../proto/backend.proto touch ../proto/backend.proto
FTL_TEMPLATE_DIRS="$(QT_FTL_TEMPLATES)" FTL_LOCALE_DIRS="$(QT_FTL_LOCALES)" \ 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 $@ touch $@
check: .build/check check: .build/check