Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-04-21 13:04:03 +0300
committerJiyoung Yun <jy910.yun@samsung.com>2017-04-21 13:06:47 +0300
commit7ccbc8afc9bce220eb023aa36ccc31bd9c66bb36 (patch)
tree95af876f06c72b3f02f03d2d016fc14868797935 /external
parent55b0b4519430f05cb68244a88c061afee0958063 (diff)
Use ubuntu.14.04-x64 asset in building ilasm in Tizen
Tizen does not provide the x64 runtime yet. So $(RuntimeOS) should be replaced to ubuntu default x64 asset.
Diffstat (limited to 'external')
-rw-r--r--external/ilasm/ilasm.depproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/ilasm/ilasm.depproj b/external/ilasm/ilasm.depproj
index 3288fdea2b..e79a285516 100644
--- a/external/ilasm/ilasm.depproj
+++ b/external/ilasm/ilasm.depproj
@@ -4,6 +4,8 @@
<PropertyGroup>
<!-- Always restore the x64 assets. These are build-only assets, so they should match the environment of the build. -->
<NugetRuntimeIdentifier>$(RuntimeOS)-x64</NugetRuntimeIdentifier>
+ <!-- Tizen does not provide the x64 runtime so replaces it with the ubuntu.14.04-x64 -->
+ <NugetRuntimeIdentifier Condition="'$(RuntimeOS)' == 'tizen.4.0.0'">ubuntu.14.04-x64</NugetRuntimeIdentifier>
<OutputPath>$(ToolsDir)ilasm</OutputPath>
<EnableBinPlacing>false</EnableBinPlacing>
<RidSpecificAssets>true</RidSpecificAssets>