mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
use libGL.so.1 on linux
This commit is contained in:
parent
40a2f534d0
commit
8cbc7dc223
1 changed files with 4 additions and 0 deletions
|
@ -228,7 +228,11 @@ typedef struct {
|
|||
|
||||
#if !defined _WIN32
|
||||
|
||||
#ifdef __linux__
|
||||
#define OPENGL_DRIVER_NAME "libGL.so.1"
|
||||
#else
|
||||
#define OPENGL_DRIVER_NAME "libGL.so"
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in a new issue