diff options
Diffstat (limited to 'source/core/slang-platform.cpp')
| -rw-r--r-- | source/core/slang-platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-platform.cpp b/source/core/slang-platform.cpp index 20dfed5a8..e46851095 100644 --- a/source/core/slang-platform.cpp +++ b/source/core/slang-platform.cpp @@ -171,7 +171,7 @@ SLANG_COMPILE_TIME_ASSERT(E_OUTOFMEMORY == SLANG_E_OUT_OF_MEMORY); { handleOut = nullptr; - void* h = dlopen(platformFileName, RTLD_NOW | RTLD_LOCAL); + void* h = dlopen(platformFileName, RTLD_NOW | RTLD_GLOBAL); if(!h) { #if 0 |
