Skip to content

Commit 605d883

Browse files
Address .wasm extension
1 parent 122ca69 commit 605d883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TestSuites/.build/$(CONFIGURATION)/%: FORCE
77
--triple wasm32-unknown-wasi \
88
--configuration $(CONFIGURATION)
99

10-
dist/%.wasm: TestSuites/.build/$(CONFIGURATION)/%
10+
dist/%: TestSuites/.build/$(CONFIGURATION)/%
1111
mkdir -p dist
1212
cp $< $@
1313

0 commit comments

Comments
 (0)