mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
waf: upgrade to waifu 1.1.0
This commit is contained in:
+2
-2
@@ -3,6 +3,7 @@
|
||||
# mittorn, 2018
|
||||
|
||||
from waflib import Logs
|
||||
from waflib.extras import pthread
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
@@ -69,8 +70,7 @@ def configure(conf):
|
||||
conf.define('XASH_NO_LIBDL',1)
|
||||
|
||||
if not conf.env.DEST_OS in ['win32', 'android'] and not conf.options.NO_ASYNC_RESOLVE:
|
||||
conf.load('pthreads')
|
||||
conf.check_pthread_flag()
|
||||
conf.check_pthreads()
|
||||
|
||||
if hasattr(conf.options, 'DLLEMU'):
|
||||
conf.define_cond('XASH_DLL_LOADER', conf.options.DLLEMU)
|
||||
|
||||
Reference in New Issue
Block a user