Fixed Makefile
This commit is contained in:
parent
ab1b808ef3
commit
7e7423ec29
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ CFLAGS += `sdl-config --cflags`
|
|||
LDLIBS = -L/usr/X11R6/lib -lX11 -lXext -lGL `sdl-config --libs` -lopenal
|
||||
|
||||
# Debian SDL+NVIDIA workaround (change /usr/lib to the real location of the files)
|
||||
#LDLIBS = -L/usr/X11R6/lib -lX11 -lXext /usr/lib/libGL.so.1 `sdl-config` --libs -lopenal -lm
|
||||
#LDLIBS = -L/usr/X11R6/lib -lX11 -lXext /usr/lib/libGL.so.1 `sdl-config --libs` -lopenal -lm
|
||||
|
||||
# required for gcc-3.0
|
||||
#LDLIBS += -lstdc++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue