Skip to content

Commit

Permalink
[wasm] fix sample makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed May 19, 2021
1 parent f42bed6 commit 1159f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/sample/wasm/wasm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run-browser:
echo "The tool dotnet-serve could not be found. Install with: $(DOTNET) tool install --global dotnet-serve"; \
exit 1; \
else \
$(DOTNET) serve -d bin/$(CONFIG)/AppBundle -p 8000; \
$(DOTNET) serve -d=bin/$(CONFIG)/AppBundle -p 8000; \
fi

run-console:
Expand Down

0 comments on commit 1159f19

Please sign in to comment.