Skip to content
Snippets Groups Projects
Verified Commit 0a317f2a authored by Tom Almeida's avatar Tom Almeida
Browse files

Make sure the Redox build builds with nightly

parent f9ed8c55
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,13 @@ endif
ifeq (1,$(REDOX))
undefine ARGSV
ARGS += --target x86_64-unknown-redox
PREARGS += +nightly
endif
.PHONY: all clean distclean install uninstall
all: version extract .cargo/config
cargo build $(ARGS) $(ARGSV)
cargo $(PREARGS) build $(ARGS) $(ARGSV)
clean:
cargo clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment