summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-01 13:40:22 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-01 13:40:22 -0800
commitf20878d20d313623ef7babbe29494d80aafdadae (patch)
treeef83faf7ad06a01cd8bbe9a572c04c26b9503f02 /src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props
parent12a37e3269c2a997e78cbc0b7c7293f48acbdd1a (diff)
downloadcoreclr-f20878d20d313623ef7babbe29494d80aafdadae.tar.gz
coreclr-f20878d20d313623ef7babbe29494d80aafdadae.tar.bz2
coreclr-f20878d20d313623ef7babbe29494d80aafdadae.zip
add arm packageplatform for ubuntu 14.04 and 16.04
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props')
-rw-r--r--src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props b/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props
index 4f333eefe3..1c4a5b2402 100644
--- a/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props
+++ b/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props
@@ -2,6 +2,8 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackagePlatforms>x64;</PackagePlatforms>
+ <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.14.04'">x64;arm;</PackagePlatforms>
+ <PackagePlatforms Condition="'$(RuntimeOS)' == 'ubuntu.16.04'">x64;arm;</PackagePlatforms>
</PropertyGroup>
<ItemGroup>
<NativeSplittableBinary Include="$(BinDir)libclrjit.so" />