Skip to content

Commit

Permalink
[build] Update list of installed assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Jul 18, 2016
1 parent 4ee02eb commit 1edab27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion builds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ MAC_ASSEMBLY_NAMES = \
System.Xml.Serialization \
System.Xml \
System \
$(TLS_PROVIDER_ASSEMBLY_NAMES)
$(TLS_PROVIDER_ASSEMBLY_NAMES) \
System.Runtime.InteropServices.RuntimeInformation \
System.Reflection.Context \
System.Net.Http.WinHttpHandler

FACADE_SUBDIRS_MK = $(MONO_PATH)/mcs/class/Facades/subdirs.make
# File does not exist before checking out mono
Expand Down Expand Up @@ -512,6 +515,9 @@ IOS_ASSEMBLIES = I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.
System.ServiceModel.Internals \
System.Numerics System.IO.Compression System.IO.Compression.FileSystem \
System.ComponentModel.DataAnnotations System.ComponentModel.Composition \
System.Net.Http.WinHttpHandler \
System.Numerics.Vectors System.Reflection.Context System.Reflection.DispatchProxy \
System.Runtime.InteropServices.RuntimeInformation System.Security System.Xml.XPath.XmlDocument \
System.Windows System.Xml.Serialization System.Net Mono.Dynamic.Interpreter \
Microsoft.CSharp Mono.CSharp $(TLS_PROVIDER_ASSEMBLY_NAMES)

Expand Down

0 comments on commit 1edab27

Please sign in to comment.