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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-15 22:33:27 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-15 22:39:33 +0300
commitd224a047e02adf6737f2bcca053a0b7ee5ebc680 (patch)
treef296ea0a22f58a2c2f972bb9e946bfc36460e8d3 /mcs/class/Facades
parent42f7bff05b11018b8695eb71bb2ffba6d23d57a6 (diff)
Revert "[Facades] Remove System.Drawing.Primitives from xammac_net_4_5_SUBDIRS"
This reverts commit 9c1fd50666c2e296e6c80df25ad5d4f28e6ff12e. This is wrong, net_4_x_SUBDIRS only includes common_deps_SUBDIRS, not common_SUBDIRS.
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/subdirs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index 20fe29e975a..1be737de76f 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -57,7 +57,7 @@ System.Diagnostics.Tracing System.Net.Primitives netstandard
xammac_SUBDIRS = $(monotouch_SUBDIRS)
xammac_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
-xammac_net_4_5_SUBDIRS = $(net_4_x_SUBDIRS)
+xammac_net_4_5_SUBDIRS = $(net_4_x_SUBDIRS) System.Drawing.Primitives
xammac_net_4_5_PARALLEL_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
monotouch_watch_SUBDIRS = $(monotouch_SUBDIRS)