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-21 16:51:46 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-21 16:51:46 +0300
commit48eeda43143772e596d163151f9dcfbccc3ace0e (patch)
tree44a8b9baa86bdfa2f16c65737ae036368b1f933d /mcs/class/Makefile
parent24d6656cb800781b988ad231004e9e26cfe0bdd3 (diff)
[build] Update runtime test tools to use correct path
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 33c8b27cb0b..ba4de5ede59 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -32,6 +32,8 @@ build_SUBDIRS := \
System.Xml.Linq \
System.Runtime.InteropServices.RuntimeInformation \
Mono.Cecil \
+ Mono.CompilerServices.SymbolWriter \
+ PEAPI \
../tools/cil-stringreplacer
-include ../build/config.make
@@ -85,13 +87,11 @@ mobile_common_dirs := \
testing_aot_full_dirs := \
$(mobile_common_dirs) \
- Mono.CompilerServices.SymbolWriter \
Mono.Simd \
$(pcl_facade_dirs)
testing_aot_hybrid_dirs := \
$(mobile_common_dirs) \
- Mono.CompilerServices.SymbolWriter \
Mono.Simd \
$(pcl_facade_dirs)