From 0546b369ab5fb5321ecdb7ba03b9f72580d33435 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Mon, 23 Jan 2017 12:56:35 -0500 Subject: [PATCH] [build] Add System.Text.Encoding.CodePages dependency used for non-ascii files in build --- mcs/class/Facades/subdirs.make | 3 ++- mcs/class/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make index cae2d391a4b..29a7dd32150 100644 --- a/mcs/class/Facades/subdirs.make +++ b/mcs/class/Facades/subdirs.make @@ -49,7 +49,8 @@ System.Threading.Tasks System.Collections.Concurrent System.Text.Encoding System System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Tasks.Parallel System.Xml.ReaderWriter \ System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \ System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \ -System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple +System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple \ +System.Text.Encoding.CodePages build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index c5ba9974a2a..57cb5f39432 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -396,7 +396,7 @@ build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Co Facades/System.IO.dll Facades/System.Runtime.InteropServices.dll Facades/System.Xml.ReaderWriter.dll Facades/System.Linq.Expressions.dll \ Facades/System.Runtime.Numerics.dll Facades/System.Xml.XDocument.dll Facades/System.IO.FileSystem.Primitives.dll Facades/System.IO.FileSystem.dll \ Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll \ - Facades/System.ValueTuple.dll + Facades/System.ValueTuple.dll Facades/System.Text.Encoding.CodePages.dll monolite_files = $(build_files:%=lib/$(monolite_dir)/%) -- 2.25.1