Skip to content

Commit 99ff6a7

Browse files
committed
fix android dll name
1 parent 03c26ac commit 99ff6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LLMLib.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ public static string GetArchitecturePath(string arch)
404404
}
405405
else if (Application.platform == RuntimePlatform.Android)
406406
{
407-
return "libundreamai_android_plugin.so";
407+
return "libundreamai_android.so";
408408
}
409409
else
410410
{

0 commit comments

Comments
 (0)