Skip to content

Commit 3c656ef

Browse files
committed
fix android dll name
1 parent abe0628 commit 3c656ef

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)