diff options
Diffstat (limited to 'test-client/makefile')
-rw-r--r-- | test-client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |