mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-03 03:10:57 +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
|
#if !defined _WIN32
|
||||||
|
|
||||||
|
#ifdef __linux__
|
||||||
|
#define OPENGL_DRIVER_NAME "libGL.so.1"
|
||||||
|
#else
|
||||||
#define OPENGL_DRIVER_NAME "libGL.so"
|
#define OPENGL_DRIVER_NAME "libGL.so"
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue