mirror of https://github.com/rust-lang/rust.git
try to fix test-various
This commit is contained in:
parent
4851d5663c
commit
c45037b956
|
@ -1,4 +1,4 @@
|
|||
include ../tools.mk
|
||||
include ../../run-make/tools.mk
|
||||
|
||||
# ignore-stage1
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
include ../tools.mk
|
||||
|
||||
# ignore-wasm32 (need a C compiler)
|
||||
# ignore-wasm64 (need a C compiler)
|
||||
|
||||
all: $(TMPDIR)/libnative.a
|
||||
mkdir -p $(TMPDIR)/crate
|
||||
mkdir -p $(TMPDIR)/native
|
||||
|
|
Loading…
Reference in New Issue