Skip to content

Commit 2a8434e

Browse files
committed
[wasi] Makefile: add build-packages target
1 parent c52ea55 commit 2a8434e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mono/wasi/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ app-builder:
5454
build-tasks:
5555
$(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) $(MSBUILD_ARGS)
5656

57+
build-packages:
58+
rm -f $(TOP)/artifacts/packages/$(CONFIG)/Shipping/*.nupkg
59+
WASI_SDK_PATH=$(WASI_SDK_PATH) $(TOP)/build.sh mono.packages+mono.manifests+packs.product -os wasi -c $(CONFIG) --binaryLog /p:ContinueOnError=false /p:StopOnFirstFailure=true $(MSBUILD_ARGS)
60+
5761
clean:
5862
$(RM) -rf $(BUILDS_OBJ_DIR)
5963

0 commit comments

Comments
 (0)