From 5b2c10583ab0535a35b823cf1e29929b2b770897 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 13 Jun 2017 17:16:07 +0900 Subject: [PATCH] Change the filename of .so that the Interop refers Change-Id: Id8a6caa18f2ccfcd987dc0ce140edf14c625f5a7 --- src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs b/src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs index 7b99854..603344f 100755 --- a/src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs +++ b/src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs @@ -25,6 +25,6 @@ internal static partial class Interop /// internal static partial class Libraries { - public const string InputMethodManager = "libcapi-ui-inputmethod-manager.so"; + public const string InputMethodManager = "libcapi-ui-inputmethod-manager.so.0"; } } -- 2.7.4