Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-04-14 19:39:42 +0300
committerGitHub <noreply@github.com>2020-04-14 19:39:42 +0300
commitb134994b40eaecd98051362f076be4e23f904944 (patch)
tree318c22532183542057cca43828131d9192cf49be /eng/build.sh
parent4335c82b7b6e4932ae12e79b302bbe4200732744 (diff)
Add wasm cross compiler to the mono build. (#34935)
* Add wasm cross compiler to the mono build. * Address comments. * Fix typo Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to 'eng/build.sh')
-rwxr-xr-xeng/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/build.sh b/eng/build.sh
index 5b55cabd4ba..5f297babbf8 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -18,8 +18,8 @@ usage()
{
echo "Common settings:"
echo " --subset Build a subset, print available subsets with -subset help (short: -s)"
- echo " --os Build operating system: Windows_NT, Linux, FreeBSD, OSX, tvOS, iOS or Android"
- echo " --arch Build platform: x86, x64, arm, armel or arm64"
+ echo " --os Build operating system: Windows_NT, Linux, FreeBSD, OSX, tvOS, iOS, Android or WebAssembly"
+ echo " --arch Build platform: x86, x64, arm, armel, arm64 or wasm"
echo " --configuration Build configuration: Debug, Release or [CoreCLR]Checked (short: -c)"
echo " --runtimeConfiguration Runtime build configuration: Debug, Release or [CoreCLR]Checked (short: -rc)"
echo " --librariesConfiguration Libraries build configuration: Debug or Release (short: -lc)"