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/native
parentb3e791dc6d4d43a15f97c6e41f3fcbc8d335bad5 (diff)
Revert "Add wasm cross compiler to the mono build. (#34935)" (#34968)
This reverts commit b134994b40eaecd98051362f076be4e23f904944.
Diffstat (limited to 'eng/native')
-rw-r--r--eng/native/init-distro-rid.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/eng/native/init-distro-rid.sh b/eng/native/init-distro-rid.sh
index 9c3491d7566..3c875a3e28b 100644
--- a/eng/native/init-distro-rid.sh
+++ b/eng/native/init-distro-rid.sh
@@ -165,8 +165,6 @@ initDistroRidGlobal()
distroRid="ios-$buildArch"
elif [ "$targetOs" = "Android" ]; then
distroRid="android-$buildArch"
- elif [ "$targetOs" = "WebAssembly" ]; then
- distroRid="wasm-$buildArch"
elif [ "$targetOs" = "FreeBSD" ]; then
distroRid="freebsd-$buildArch"
elif [ "$targetOs" = "SunOS" ]; then