diff --git a/build-tools/mono-runtimes/mono-runtimes.projitems b/build-tools/mono-runtimes/mono-runtimes.projitems
index ea12f1debcf..d54b58570c8 100644
--- a/build-tools/mono-runtimes/mono-runtimes.projitems
+++ b/build-tools/mono-runtimes/mono-runtimes.projitems
@@ -19,7 +19,7 @@
libmono-profiler-log.so
libMonoPosixHelper.so
- <_MonoRuntime Include="host">
+ <_MonoRuntime Include="host" Condition="'$(HostOS)'=='Darwin'">
ar
as
$(HostCc)
@@ -36,5 +36,22 @@
libmono-profiler-log.dylib
libMonoPosixHelper.dylib
+ <_MonoRuntime Include="host" Condition="'$(HostOS)'=='Linux'">
+ ar
+ as
+ $(HostCc)
+ $(_CommonCFlags) -mmacosx-version-min=10.9
+ $(HostCxx)
+ cpp
+
+ ld
+
+ ranlib
+ strip -S
+ --enable-maintainer-mode --without-ikvm-native --with-monodroid --with-mcs-docs=no --disable-mono-debugger --with-profile2=no --with-profile4=no --with-profile4_5=yes --disable-boehm --enable-nls=no --disable-iconv
+ libmonosgen-2.0.so
+ libmono-profiler-log.so
+ libMonoPosixHelper.so
+
-
\ No newline at end of file
+