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:
authorMarek Safar <marek.safar@gmail.com>2016-12-16 14:01:53 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-16 20:34:47 +0300
commitfb2a1556fb496c082407ef49e5777bd1689f9215 (patch)
tree00207efa8cb9bbb7238f49592fbda0a458025b21 /mcs/class/Makefile
parentfdafd289aa5dcdb449186f049f31f7596ed71b69 (diff)
[build] Remove PEAPI from library profiles
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile2
1 files changed, 0 insertions, 2 deletions
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)