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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/builds')
-rw-r--r--sdks/builds/Makefile2
-rw-r--r--sdks/builds/wasm.mk2
2 files changed, 1 insertions, 3 deletions
diff --git a/sdks/builds/Makefile b/sdks/builds/Makefile
index ad7aa7cc7b8..35dfe845c50 100644
--- a/sdks/builds/Makefile
+++ b/sdks/builds/Makefile
@@ -230,6 +230,4 @@ include desktop.mk
endif
## WASM targets
-ifdef ENABLE_WASM
include wasm.mk
-endif
diff --git a/sdks/builds/wasm.mk b/sdks/builds/wasm.mk
index 9a18ac92d66..48ebc09e6c5 100644
--- a/sdks/builds/wasm.mk
+++ b/sdks/builds/wasm.mk
@@ -182,7 +182,7 @@ _wasm-$(1)_CONFIGURE_FLAGS= \
--enable-hybrid-suspend=no \
--with-cross-offsets=wasm32-unknown-none.h
-$$(eval $$(call CrossRuntimeTemplate,wasm,$(1),$$(if $$(filter $$(UNAME),Darwin),$(2)-apple-darwin10,$$(if $$(filter $$(UNAME),Linux),$(2)-linux-gnu,$$(error "Unknown UNAME='$$(UNAME)'"))),$(3)-unknown-none,$(4),$(5),$(6)))
+$$(eval $$(call CrossRuntimeTemplate,wasm,$(1),$$(if $$(filter $$(UNAME),Darwin),$(2)-apple-darwin10,$$(if $$(filter $$(UNAME),Linux),$(2)-linux-gnu,$(2)-unknown)),$(3)-unknown-none,$(4),$(5),$(6)))
endef