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:
authorSantiago Fernandez Madero <safern@microsoft.com>2020-04-14 22:39:05 +0300
committerGitHub <noreply@github.com>2020-04-14 22:39:05 +0300
commitc82ee2e05751ee46ba229ab20895717ad5436fc6 (patch)
tree5383e062be319cc9eef5e01d602e3031764a2344 /eng/build.sh
parentb3e791dc6d4d43a15f97c6e41f3fcbc8d335bad5 (diff)
Revert "Add wasm cross compiler to the mono build. (#34935)" (#34968)
This reverts commit b134994b40eaecd98051362f076be4e23f904944.
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 5f297babbf8..5b55cabd4ba 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, Android or WebAssembly"
- echo " --arch Build platform: x86, x64, arm, armel, arm64 or wasm"
+ 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 " --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)"