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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-09-17 00:22:02 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-09-17 03:14:20 +0400
commit2804d6af37c1833118cb28bc8f3e452f1b720bd0 (patch)
tree6ca3866f775c6a15215269fed7a6c603ff49357e /mcs/class/System.Interactive.Async
parent87622fc7118eb87e958f865353da4c14053f1808 (diff)
Fix mobile and mobile_static profiles
And bring them to parity with monodroid and monotouch
Diffstat (limited to 'mcs/class/System.Interactive.Async')
-rw-r--r--mcs/class/System.Interactive.Async/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Interactive.Async/Makefile b/mcs/class/System.Interactive.Async/Makefile
index 70740170701..71e2b0dfc58 100644
--- a/mcs/class/System.Interactive.Async/Makefile
+++ b/mcs/class/System.Interactive.Async/Makefile
@@ -21,7 +21,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = more_build_args
-VALID_PROFILE := $(filter monotouch monodroid xammac net_4_0 net_4_5, $(PROFILE))
+VALID_PROFILE := $(filter monotouch monodroid mobile mobile_static xammac net_4_0 net_4_5, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Interactive.Async.dll
NO_SIGN_ASSEMBLY = yes