From 0a13322f18f36f3ca4ef87abda3ff951d557db63 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Apr 2021 17:03:03 +0100 Subject: [PATCH] Makefile: Use --target, not -T, for deploy arch Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31fdf467..c977fce7 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ stamp/cargo.wasm-%: $(call rsrcs, base wasm Cargo.*) $(stamp) stamp/cargo.deploy-build: $(call rsrcs,.) - $(CARGO) -T$(DEPLOY_ARCH) build $(call cr,$(DEPLOY_RELEASE)) -p otter -p otter-daemon + $(CARGO) build --target $(DEPLOY_ARCH) $(call cr,$(DEPLOY_RELEASE)) -p otter -p otter-daemon $(stamp) #---------- sphnix ---------- -- 2.30.2