added default lflag path for *NIX build

This commit is contained in:
zicodxx 2007-02-09 15:50:50 +00:00
parent 59f9083a52
commit a6d6ec118c
2 changed files with 2 additions and 1 deletions

View file

@ -350,7 +350,7 @@ else:
common_sources += arch_linux_sources
ogllibs = ['GL', 'GLU']
libs = generic_libs
lflags = ''
lflags = '-L/usr/X11R6/lib'
# GP2X test env
if (gp2x == 1):

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20070209
--------
d1x.ini, main/inferno.c: added -gl_voodoo to OpenGL command-line switches and INI
SConstruct: added default lflag path for *NIX build
20070208
--------