From 5222073ae45f5d3d8f50787156b9c64d4f9b9ef0 Mon Sep 17 00:00:00 2001 From: Alexander Kyte Date: Mon, 18 Jul 2016 13:50:29 -0400 Subject: [PATCH] [mobile_static] Enable Mono.Simd namespace to fix mini tests --- mcs/class/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index f991a2280b5..e2403865aac 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -66,6 +66,7 @@ mobile_static_dirs := \ Mono.Dynamic.Interpreter \ PEAPI \ Mono.CompilerServices.SymbolWriter \ + Mono.Simd \ $(pcl_facade_dirs) mobile_dynamic_dirs := \ -- 2.11.4.GIT