mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-18 15:31:48 +00:00
libGL darf _nicht_ statisch gelinkt sein
This commit is contained in:
parent
6d09a9fbbf
commit
50b796a985
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ endif
|
|||
SDLLDFLAGS=$(shell sdl-config --libs)
|
||||
|
||||
# OpenGL
|
||||
OPENGLLDFLAGS = -L/usr/lib -L/usr/local/lib -lGL -shared
|
||||
OPENGLLDFLAGS = -L/usr/lib -L/usr/local/lib -shared
|
||||
|
||||
# ----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue