Skip to content

Commit

Permalink
Pick the right default GL library on IRIX
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 20, 2006
1 parent 966e939 commit b07270f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testdyngl.c
Expand Up @@ -100,6 +100,8 @@ int main(int argc,char *argv[])
char *gl_library = "OpenGL32.DLL";
#elif defined(__QNXNTO__)
char *gl_library = "libGL.so.3";
#elif defined(_SGI_SOURCE)
char *gl_library = "libGL.so";
#else
char *gl_library = "libGL.so.1";
#endif
Expand Down

0 comments on commit b07270f

Please sign in to comment.