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:
-rw-r--r--runtime/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 0cd5fb40f65..0e086bd9c7e 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -25,7 +25,8 @@ all-local: $(SUPPORT_FILES)
d=`pwd`; cd $(mcs_topdir) && $(MAKE) RUNTIME=$$d/mono-wrapper PROFILES='$(build_profiles)' all-profiles
if INSTALL_2_0
-build_profiles = default net_2_0
+#build_profiles = default net_2_0
+build_profiles = default
else
build_profiles = default
endif