diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-08-19 15:27:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 15:27:27 -0400 |
| commit | f390351fcc258826cb4f8cb81d85db6982498ec6 (patch) | |
| tree | a501866f68a073cd245831c0cc12f83c5c302f01 /source/core/slang-shared-library.h | |
| parent | dc6d0417b137c8ecdcb3b99b7624358bba7fefa8 (diff) | |
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)
Diffstat (limited to 'source/core/slang-shared-library.h')
| -rw-r--r-- | source/core/slang-shared-library.h | 2 |
1 files changed, 1 insertions, 1 deletions
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} ); } |
