From fb2a1556fb496c082407ef49e5777bd1689f9215 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 16 Dec 2016 12:01:53 +0100 Subject: [PATCH] [build] Remove PEAPI from library profiles --- mcs/Makefile | 4 ++-- mcs/class/Makefile | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mcs/Makefile b/mcs/Makefile index 232a4acfbcb..cf8813e6e36 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -14,8 +14,8 @@ monotouch_runtime_SUBDIRS := build class monotouch_watch_runtime_SUBDIRS := build class monotouch_tv_runtime_SUBDIRS := build class xammac_SUBDIRS := build class -aot_hybrid_SUBDIRS := build class ilasm -aot_only_SUBDIRS := build class ilasm +aot_hybrid_SUBDIRS := build class +aot_only_SUBDIRS := build class binary_reference_assemblies_SUBDIRS := build class net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler packages xammac_net_4_5_SUBDIRS := build class diff --git a/mcs/class/Makefile b/mcs/class/Makefile index 50a4fcfa4ae..e07aef580d3 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -86,14 +86,12 @@ mobile_common_dirs := \ aot_only_dirs := \ $(mobile_common_dirs) \ Mono.Dynamic.Interpreter \ - PEAPI \ Mono.CompilerServices.SymbolWriter \ Mono.Simd \ $(pcl_facade_dirs) aot_hybrid_dirs := \ $(mobile_common_dirs) \ - PEAPI \ Mono.CompilerServices.SymbolWriter \ Mono.Simd \ $(pcl_facade_dirs) -- 2.11.4.GIT