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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-08-13 18:31:34 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-08-13 19:31:28 +0300
commit7693e3dff35aa6b0e176def5bed5898a6c4b9537 (patch)
treee0407863da2f020d75ce2756bdae1ae7c6930975 /runtime
parent8058ef2af9bb8db80e783dcde0a0965db9aba897 (diff)
Add specific configure option to enable the WatchOS BCL libraries.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 5c1cb7cee5e..f72e5934198 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -37,7 +37,11 @@ build_profiles += monodroid
endif
if INSTALL_MONOTOUCH
-build_profiles += monotouch monotouch_runtime monotouch_watch
+build_profiles += monotouch monotouch_runtime
+endif
+
+if INSTALL_MONOTOUCH_WATCH
+build_profiles += monotouch_watch
endif
if INSTALL_XAMMAC