packaging: provide libasan(64bit) on 32bit build env 89/147289/5 accepted/tizen/base/20170915.204826 submit/tizen_base/20170914.121419
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 1 Sep 2017 15:35:56 +0000 (00:35 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 14 Sep 2017 11:12:13 +0000 (11:12 +0000)
This is needed as it requires 64bit libs into i586 repo, sometimes.
(e.g, .NET toolchain asan build).

Change-Id: Ia18f132b19e8552b347132531f3e12000aa34514
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/baselibs.conf

index c1a4523..a821103 100644 (file)
@@ -3,3 +3,5 @@ libstdc++
   targettype 32bit block!
 libgcc
   targettype 32bit block!
+libasan
+  targettype 32bit block!