use absoulte path for preloading list on hydra launcher
authorWoongsuk Cho <ws77.cho@samsung.com>
Wed, 16 Oct 2019 01:41:15 +0000 (10:41 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Wed, 16 Oct 2019 08:08:40 +0000 (17:08 +0900)
NativeLauncher/launcher/dotnet/dotnet_launcher.cc

index 8cfe0a7..5bfa143 100644 (file)
@@ -396,7 +396,7 @@ int CoreRuntime::preinitialize(bool standalone)
        if (preloadList) {
                std::string path;
                while (getline(preloadList, path)) {
-                       PRELOAD_IMAGE(path.c_str());
+                       PRELOAD_IMAGE(absolutePath(path).c_str());
                }
        }