Two errors caused by previous commit;
One related to extension handling on Linux, the other is a fix for compiling with Irix and STL
This commit is contained in:
@@ -191,7 +191,7 @@ static void bglInitEntryPoints (void)
|
||||
{
|
||||
if (!libGL)
|
||||
{
|
||||
libGL = dlopen("libGL.so", RTLD_GLOBAL);
|
||||
libGL = dlopen("libGL.so", RTLD_LAZY|RTLD_GLOBAL);
|
||||
if (libGL)
|
||||
bglGetProcAddress = (PFNBGLXGETPROCADDRESSARBPROC) (dlsym(libGL, "glXGetProcAddressARB"));
|
||||
else
|
||||
|
Reference in New Issue
Block a user