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-06-18 21:09:13 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-06-25 14:28:11 +0300
commit97f919f7b763beb9f9d7f4545adf236b311be7e5 (patch)
tree287086bf0f24ebab664a9378e4cd6baab7e3843c /mcs/class/System.Reactive.Debugger
parent772ba35faa373780f47c0be1a971873460973f15 (diff)
Add a monotouch_watch profile.
Diffstat (limited to 'mcs/class/System.Reactive.Debugger')
-rw-r--r--mcs/class/System.Reactive.Debugger/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Debugger/Makefile b/mcs/class/System.Reactive.Debugger/Makefile
index 2d4bc4fcc72..595774c6183 100644
--- a/mcs/class/System.Reactive.Debugger/Makefile
+++ b/mcs/class/System.Reactive.Debugger/Makefile
@@ -19,7 +19,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = more_build_args
-VALID_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static net_4_5, $(PROFILE))
+VALID_PROFILE := $(filter monotouch monotouch_watch monodroid xammac mobile mobile_static net_4_5, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Debugger.dll
NO_SIGN_ASSEMBLY = yes