opengl.gl: Fix opengl loading for Windows.

db4
Doug Coleman 2013-06-04 09:10:37 -07:00
parent a022352951
commit 3e3ce269de
1 changed files with 1 additions and 0 deletions

View File

@ -631,6 +631,7 @@ LIBRARY: gl
<< <<
"gl" { "gl" {
{ [ os windows? ] [ drop ] }
{ [ os macosx? ] [ drop ] } { [ os macosx? ] [ drop ] }
{ [ os unix? ] [ "libGL.so" cdecl add-library ] } { [ os unix? ] [ "libGL.so" cdecl add-library ] }
} cond } cond