diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-11-07 18:35:28 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 7e7423ec29a2bfec4b4ccaa88b5510d5aa02b278 (patch) | |
| tree | e5f8addcdfcd8a274a6f81467626ae81242cc3a5 | |
| parent | ab1b808ef3f6642a1f7b0dff1134deb8b0db436b (diff) | |
Fixed Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++ |
