diff --git a/build-tools/mono-runtimes/mono-runtimes.projitems b/build-tools/mono-runtimes/mono-runtimes.projitems index d54b58570c8..05ffc524ad2 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" Condition="'$(HostOS)'=='Darwin'"> + <_MonoRuntime Include="host-Darwin" Condition=" '$(HostOS)' == 'Darwin' "> ar as $(HostCc) @@ -36,11 +36,11 @@ libmono-profiler-log.dylib libMonoPosixHelper.dylib - <_MonoRuntime Include="host" Condition="'$(HostOS)'=='Linux'"> + <_MonoRuntime Include="host-Linux" Condition=" '$(HostOS)' == 'Linux' "> ar as $(HostCc) - $(_CommonCFlags) -mmacosx-version-min=10.9 + $(_CommonCFlags) $(HostCxx) cpp