update make install

This commit is contained in:
2026-03-19 10:08:46 +07:00
parent c36f3737ba
commit 98ce71eb69
2 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ namespace NavigationExample
/// </summary>
public class NavigationAPI
{
private const string DllName = "libnav_c_api.so"; // Linux
private const string DllName = "/usr/local/lib/libnav_c_api.so"; // Linux
// For Windows: "nav_c_api.dll"
// For macOS: "libnav_c_api.dylib"