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:
authorAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
committerAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
commita66f33324668f11b1c39bffe6bb9c1209566e907 (patch)
tree1b637f7c5414e495c9a1db50a135e4657008b5c5 /mcs/class/System.Json.Microsoft
parent975d41955084d582bd8ca8b46d2d96b61dfbe34f (diff)
profiles: define xammac (Xamarin.Mac) profile
Based on the Mobile profile and modeled after the MonoDroid profile.
Diffstat (limited to 'mcs/class/System.Json.Microsoft')
-rw-r--r--mcs/class/System.Json.Microsoft/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Json.Microsoft/Makefile b/mcs/class/System.Json.Microsoft/Makefile
index 5124d3f6e6c..eb4b37f3497 100644
--- a/mcs/class/System.Json.Microsoft/Makefile
+++ b/mcs/class/System.Json.Microsoft/Makefile
@@ -23,6 +23,10 @@ ifeq (monodroid, $(PROFILE))
LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
endif
+ifeq (xammac, $(PROFILE))
+LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
+endif
+
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
include ../../build/library.make