diff options
| author | Steven Fuller <relnev@icculus.org> | 2004-01-12 20:39:35 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | de29fd1d10610c971d10a1f1c087a731ca037343 (patch) | |
| tree | 6537ae9ed272594789891d3c2ae069cc48c6f1d9 /src/main.c | |
| parent | 81b1a6509bed6acc6e57df0ca5721856df3173e1 (diff) | |
changed the default opengl library string to "libGL.so.1"
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ int WantSound = 1; static int WantCDRom = 1; static int WantJoystick = 1; -static const char * opengl_library = "/usr/lib/libGL.so.1:/usr/lib/tls/libGL.so.1:/usr/X11R6/lib/libGL.so"; +/* originally was "/usr/lib/libGL.so.1:/usr/lib/tls/libGL.so.1:/usr/X11R6/lib/libGL.so" */ +static const char * opengl_library = "libGL.so.1"; /* ** */ |
