linux build fix from Chris
This commit is contained in:
parent
fee19eab42
commit
c216b9d09e
@ -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')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user