From 7f0a32fdd8c614194b08df2a6ec579d743cc7cda Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 30 Sep 2024 19:48:52 +0200 Subject: add CARGOFLAGS everywhere --- test-client/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client') diff --git a/test-client/makefile b/test-client/makefile index b6c0438d..d7bbb51a 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -26,7 +26,7 @@ main.js: main.ts $(wildcard *.ts) LT = ../target/release/localetool $(LT): $(shell find ../locale/tools -type f) - { cd ..; cargo build --release --bin localetool; } + { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; } locale/%.json: ../locale/%.ini $(LT) ../locale/en.ini @mkdir -p locale -- cgit v1.2.3-70-g09d2