mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
wscript: fix spaces
This commit is contained in:
parent
3023c8a72b
commit
8ef383a4d3
@ -34,8 +34,8 @@ def configure(conf):
|
|||||||
if not conf.env.HAVE_SDL2:
|
if not conf.env.HAVE_SDL2:
|
||||||
conf.fatal('SDL2 not availiable! If you want to build dedicated server, specify --dedicated')
|
conf.fatal('SDL2 not availiable! If you want to build dedicated server, specify --dedicated')
|
||||||
conf.env.append_unique('DEFINES', 'XASH_SDL')
|
conf.env.append_unique('DEFINES', 'XASH_SDL')
|
||||||
|
|
||||||
conf.check_cc(header_name='zlib.h', uselib_store='ZLIB')
|
conf.check_cc(header_name='zlib.h', uselib_store='ZLIB')
|
||||||
conf.check_cc(lib='z', uselib_store='ZLIB')
|
conf.check_cc(lib='z', uselib_store='ZLIB')
|
||||||
|
|
||||||
if conf.env.SINGLE_BINARY:
|
if conf.env.SINGLE_BINARY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user