Skip to content

Commit c45037b

Browse files
committed
try to fix test-various
1 parent 4851d56 commit c45037b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

tests/run-make/hotplug_codegen_backend/Makefile tests/run-make-fulldeps/hotplug_codegen_backend/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../tools.mk
1+
include ../../run-make/tools.mk
22

33
# ignore-stage1
44

tests/run-make/compiler-lookup-paths/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include ../tools.mk
22

3+
# ignore-wasm32 (need a C compiler)
4+
# ignore-wasm64 (need a C compiler)
5+
36
all: $(TMPDIR)/libnative.a
47
mkdir -p $(TMPDIR)/crate
58
mkdir -p $(TMPDIR)/native

0 commit comments

Comments
 (0)