diff options
Diffstat (limited to 'source/core/slang-platform.h')
| -rw-r--r-- | source/core/slang-platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-platform.h b/source/core/slang-platform.h index e33c5599d..31552e42b 100644 --- a/source/core/slang-platform.h +++ b/source/core/slang-platform.h @@ -42,6 +42,9 @@ namespace Slang /// The input name should be unadorned with any 'lib' prefix or extension static void appendPlatformFileName(const UnownedStringSlice& name, StringBuilder& dst); + /// Calculate the shared library + static String calcPlatformPath(const UnownedStringSlice& path); + private: /// Not constructible! SharedLibrary(); |
