From 76ee97f2eccacb47cb017aa61b3c8e52f4975d17 Mon Sep 17 00:00:00 2001 From: QUYVN Date: Fri, 20 Mar 2026 04:43:29 +0000 Subject: [PATCH] change PNKX_NAV_CORE_LIBRARY_PATH --- src/Libraries/robot_cpp/src/plugin_loader_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/robot_cpp/src/plugin_loader_helper.cpp b/src/Libraries/robot_cpp/src/plugin_loader_helper.cpp index bcdbdc9..a109fab 100644 --- a/src/Libraries/robot_cpp/src/plugin_loader_helper.cpp +++ b/src/Libraries/robot_cpp/src/plugin_loader_helper.cpp @@ -338,7 +338,7 @@ std::string PluginLoaderHelper::getBuildDirectory() std::string PluginLoaderHelper::getWorkspacePath() { // Method 1: Từ environment variable PNKX_NAV_CORE_DIR - const char* workspace_path = std::getenv("PNKX_NAV_CORE_DIR"); + const char* workspace_path = std::getenv("PNKX_NAV_CORE_LIBRARY_PATH"); if (workspace_path && std::filesystem::exists(workspace_path)) { return std::string(workspace_path); }