mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
preproc: FreeBSD also has LibGL.so
This commit is contained in:
parent
a3773852a4
commit
3e859fb81e
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ int mainRadiant( int argc, char* argv[] ) {
|
|||
if ( libgl == NULL ) {
|
||||
#if defined ( _WIN32 )
|
||||
libgl = "opengl32.dll";
|
||||
#elif defined ( __linux__ )
|
||||
#elif defined ( __linux__ ) || defined ( __FreeBSD__ )
|
||||
libgl = "libGL.so.1";
|
||||
#elif defined ( __APPLE__ )
|
||||
libgl = "/opt/local/lib/libGL.dylib";
|
||||
|
|
Loading…
Reference in a new issue