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:
authorZoltan Varga <vargaz@gmail.com>2018-10-11 23:33:37 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-11 23:33:37 +0300
commit92ebd1793bcd71681f9e07ade5e3a9afa0872cda (patch)
treef131d72073555b582e6e97fc23447797a5891b04 /sdks/builds/Makefile
parent2c3ad9d4580b2e967075a4468be865a015e6ffae (diff)
[wasm] Fix the build. (#11063)
Diffstat (limited to 'sdks/builds/Makefile')
-rw-r--r--sdks/builds/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sdks/builds/Makefile b/sdks/builds/Makefile
index 9bc479ac68c..b8760eb1131 100644
--- a/sdks/builds/Makefile
+++ b/sdks/builds/Makefile
@@ -17,10 +17,6 @@ ifneq ($(UNAME),Darwin)
DISABLE_IOS=1
endif
-ifndef ENABLE_WASM_CROSS
-DISABLE_WASM_CROSS=1
-endif
-
include $(TOP)/sdks/versions.mk
include $(TOP)/sdks/paths.mk