From b0d5b36639ae287524d817ea5ad1d929c07edc7c Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 27 Oct 2016 14:19:24 +0200 Subject: [PATCH] [bcl]: Fix 'Mono.Btls.Interface' build logic. (cherry picked from commit 43558a209d64e5e91f137df0bfc7caec80fee114) --- mcs/class/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index 45d9d4b4c83..714033a4eb1 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -78,7 +78,8 @@ xammac_dirs := \ $(mobile_dynamic_dirs) monodroid_dirs := \ - $(mobile_dynamic_dirs) + $(mobile_dynamic_dirs) \ + Mono.Btls.Interface monotouch_dirs := \ $(mobile_static_dirs) @@ -141,7 +142,6 @@ xammac_4_5_dirs := \ System.Data.Linq \ System.Net.Http \ System.Net.Http.WebRequest \ - Mono.Btls.Interface \ System.Runtime.InteropServices.RuntimeInformation \ System.Reflection.Context \ System.Net.Http.WinHttpHandler \ -- 2.25.1