From 359b9f5cd59d112918091d850f2ffe44abd72738 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 25 Apr 2020 10:08:24 +1000 Subject: [PATCH] use same cargo rspy target dir for wheel build --- rspy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspy/Makefile b/rspy/Makefile index c6dd10aac..d6ef32f5c 100644 --- a/rspy/Makefile +++ b/rspy/Makefile @@ -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