From f390351fcc258826cb4f8cb81d85db6982498ec6 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 19 Aug 2019 15:27:27 -0400 Subject: Change handling of paths for backends via replacing the ISlangSharedLibrary mechansim. Use the m_passThroughPaths as set on the Session via the IGlobalSession interface. (#1025) --- source/core/slang-shared-library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core') diff --git a/source/core/slang-shared-library.h b/source/core/slang-shared-library.h index e48162ebd..675ee5cae 100644 --- a/source/core/slang-shared-library.h +++ b/source/core/slang-shared-library.h @@ -122,7 +122,7 @@ public: /// Function to replace the the path with entryString static Result replace(const char* pathIn, const String& entryString, SharedLibrary::Handle& handleOut); - /// Function to change the path using the entryStrinct + /// Function to change the path using the entryString static Result changePath(const char* pathIn, const String& entryString, SharedLibrary::Handle& handleOut); void addEntry(const String& libName, Func func, const String& entryString) { m_entryMap.Add(libName, Entry{ func, entryString} ); } -- cgit v1.2.3