write shit
This commit is contained in:
@@ -54,8 +54,9 @@ namespace Basalt::Presenter {
|
||||
dll_path /= filename;
|
||||
#if defined(BASALT_OS_WINDOWS)
|
||||
dll_path.replace_extension(BSTEXT(".dll"));
|
||||
#else
|
||||
dll_path.replace_extension(BSTEXT(".so"));
|
||||
#endif
|
||||
|
||||
// Load DLL
|
||||
#if defined(BASALT_OS_WINDOWS)
|
||||
m_Handle = LoadLibraryW(dll_path.wstring().c_str());
|
||||
|
||||
Reference in New Issue
Block a user