mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
wscript: explicitly set language when checking library
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ def configure(conf):
|
||||
# check for dedicated server build
|
||||
if conf.options.DEDICATED:
|
||||
if(conf.env.DEST_OS == 'linux'):
|
||||
conf.check( lib='rt' )
|
||||
conf.check_cc( lib='rt' )
|
||||
conf.env.append_unique('DEFINES', 'SINGLE_BINARY')
|
||||
conf.env.append_unique('DEFINES', 'XASH_DEDICATED')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user