linux build fix from Chris

This commit is contained in:
Josh Holtrop 2012-08-14 00:12:25 -04:00
parent fee19eab42
commit c216b9d09e

View File

@ -38,6 +38,7 @@ if platform == 'windows':
else:
LIBS_client += ['sfml-network', 'sfml-window', 'sfml-system']
LIBS_server += ['sfml-network']
LINKFLAGS.append('-Wl,-R%s/lib' % SFML_PATH)
# our sources
sources_client = [Glob('src/common/*.cc'), Glob('src/client/*.cc')]