Skip to content

Commit

Permalink
Merge pull request #9 from atsushieno/linux-build
Browse files Browse the repository at this point in the history
Get Linux build working.
  • Loading branch information
jonpryor committed Apr 27, 2016
2 parents b064237 + 23b7729 commit 323f432
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions build-tools/mono-runtimes/mono-runtimes.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<OutputProfiler>libmono-profiler-log.so</OutputProfiler>
<OutputMonoPosixHelper>libMonoPosixHelper.so</OutputMonoPosixHelper>
</_MonoRuntime>
<_MonoRuntime Include="host">
<_MonoRuntime Include="host" Condition="'$(HostOS)'=='Darwin'">
<Ar>ar</Ar>
<As>as</As>
<Cc>$(HostCc)</Cc>
Expand All @@ -36,5 +36,22 @@
<OutputProfiler>libmono-profiler-log.dylib</OutputProfiler>
<OutputMonoPosixHelper>libMonoPosixHelper.dylib</OutputMonoPosixHelper>
</_MonoRuntime>
<_MonoRuntime Include="host" Condition="'$(HostOS)'=='Linux'">
<Ar>ar</Ar>
<As>as</As>
<Cc>$(HostCc)</Cc>
<CFlags>$(_CommonCFlags) -mmacosx-version-min=10.9</CFlags>
<Cxx>$(HostCxx)</Cxx>
<CxxCpp>cpp</CxxCpp>
<CxxFlags></CxxFlags>
<Ld>ld</Ld>
<LdFlags></LdFlags>
<RanLib>ranlib</RanLib>
<Strip>strip -S</Strip>
<ConfigureFlags>--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</ConfigureFlags>
<OutputRuntime>libmonosgen-2.0.so</OutputRuntime>
<OutputProfiler>libmono-profiler-log.so</OutputProfiler>
<OutputMonoPosixHelper>libMonoPosixHelper.so</OutputMonoPosixHelper>
</_MonoRuntime>
</ItemGroup>
</Project>
</Project>

0 comments on commit 323f432

Please sign in to comment.