mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
COMP: Fix compilation on MacOSX
This commit is contained in:
@@ -144,7 +144,7 @@ LibHandle DynamicLoader::OpenLibrary(const char* libname )
|
||||
//----------------------------------------------------------------------------
|
||||
int DynamicLoader::CloseLibrary( LibHandle lib)
|
||||
{
|
||||
DYLD_BOOL success = NSUnLinkModule(lib, NSUNLINKMODULE_OPTION_NONE);
|
||||
bool success = NSUnLinkModule(lib, NSUNLINKMODULE_OPTION_NONE);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user