Skip to content

Commit

Permalink
try to fix test-various
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Apr 2, 2023
1 parent 4851d56 commit c45037b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../tools.mk
include ../../run-make/tools.mk

# ignore-stage1

Expand Down
3 changes: 3 additions & 0 deletions tests/run-make/compiler-lookup-paths/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c45037b

Please sign in to comment.