Skip to content

Commit

Permalink
fix android dll name
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jul 26, 2024
1 parent 03c26ac commit 99ff6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/LLMLib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public static string GetArchitecturePath(string arch)
}
else if (Application.platform == RuntimePlatform.Android)
{
return "libundreamai_android_plugin.so";
return "libundreamai_android.so";
}
else
{
Expand Down

0 comments on commit 99ff6a7

Please sign in to comment.