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:
authorAndi McClure <andi.mcclure@xamarin.com>2017-03-31 23:14:47 +0300
committerGitHub <noreply@github.com>2017-03-31 23:14:47 +0300
commit0568203e32b2ce7a746b1e73f55610b6488f761c (patch)
tree40936260a7044f8842c042f26ff4c36ec966c650 /mcs/class/Makefile
parent17f001214e9ae10e2cc03863d489e194d5b555bb (diff)
parentbebbf5134d4464dd9453c4da66dee57276655f58 (diff)
Merge pull request #4628 from xmcclure/orbis-profile
Platform support fixes
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index d9782620e36..5463f65160f 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -335,6 +335,11 @@ xbuild_4_0_dirs := \
$(xbuild_2_0_dirs) \
Microsoft.Build
+orbis_exclude_dirs := \
+ Microsoft.CSharp \
+ Mono.CSharp \
+ Mono.Data.Sqlite
+
monodroid_SUBDIRS := $(monodroid_dirs)
monotouch_SUBDIRS := $(monotouch_dirs)
monotouch_watch_SUBDIRS := $(monotouch_watch_dirs)
@@ -352,7 +357,7 @@ net_4_x_PARALLEL_SUBDIRS := $(net_4_x_parallel_dirs)
xbuild_12_SUBDIRS := $(xbuild_4_0_dirs)
xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
winaot_SUBDIRS := $(winaot_dirs)
-orbis_SUBDIRS := $(monotouch_dirs)
+orbis_SUBDIRS := $(filter-out $(orbis_exclude_dirs),$(monotouch_dirs))
include ../build/rules.make