summaryrefslogtreecommitdiff
path: root/packaging/Add-Tizen-distro.patch
blob: fd3f1fdc5819fdfdf4eca332c5e36e00b95b1862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From d0e0bb5a57ce24b9b2e6774d48262ad8eb0efb50 Mon Sep 17 00:00:00 2001
From: Jiyoung Yun <jy910.yun@samsung.com>
Date: Wed, 5 Oct 2016 16:25:53 +0900
Subject: [PATCH] Add Tizen distro

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
---
 build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.sh b/build.sh
index 5959abd..8e6969b 100755
--- a/build.sh
+++ b/build.sh
@@ -256,6 +256,9 @@ isMSBuildOnNETCoreSupported()
                 "ubuntu.16.10-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
+                "tizen.3.0.0-x64")
+                    __isMSBuildOnNETCoreSupported=1
+                    ;;
                 *)
             esac
         elif [ "$__HostOS" == "OSX" ]; then
-- 
1.9.1