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:
authorZoltan Varga <vargaz@gmail.com>2017-01-18 03:50:19 +0300
committerZoltan Varga <vargaz@gmail.com>2017-01-23 08:19:36 +0300
commit359fd834fd6b71d963d8919ea3ba556c69bd8677 (patch)
treecf43edbe8718e985252966dba27ee7a8efab4880 /mcs/class/Makefile
parent5a28370d8a8945877e7537762770d1119c34bf9f (diff)
Enable AOT for all roslyn assemblies.
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index b3ae8e523e7..c5ba9974a2a 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -31,6 +31,7 @@ build_SUBDIRS := \
System.Numerics \
System.Xml.Linq \
System.Runtime.InteropServices.RuntimeInformation \
+ System.IO.Compression \
Mono.Cecil \
Mono.CompilerServices.SymbolWriter \
PEAPI \