mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-04 19:24:13 +00:00
lol
This commit is contained in:
parent
faa452222e
commit
8241777248
@ -13,7 +13,6 @@ def options(opt):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
conf.define('PROTECTED_THINGS_DISABLE', 1)
|
|
||||||
conf.define('VRAD', 1)
|
conf.define('VRAD', 1)
|
||||||
conf.define('MAX_TOOL_THREADS', 1)
|
conf.define('MAX_TOOL_THREADS', 1)
|
||||||
conf.define('THREADINDEX_MAIN', 0)
|
conf.define('THREADINDEX_MAIN', 0)
|
||||||
|
2
wscript
2
wscript
@ -455,7 +455,7 @@ def configure(conf):
|
|||||||
conf.load('mm_hook')
|
conf.load('mm_hook')
|
||||||
|
|
||||||
define_platform(conf)
|
define_platform(conf)
|
||||||
conf.env.targets = set(conf.env.targets)
|
conf.env.targets = list(set(conf.env.targets))
|
||||||
conf.env.REL_VERSION = VERSION
|
conf.env.REL_VERSION = VERSION
|
||||||
|
|
||||||
conf.env.BIT32_MANDATORY = not conf.options.ALLOW64
|
conf.env.BIT32_MANDATORY = not conf.options.ALLOW64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user