mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-11 04:51:23 +00:00
wscript: fix typo
This commit is contained in:
parent
5c328b7098
commit
94dc80b922
2
wscript
2
wscript
@ -40,7 +40,7 @@ def options(opt):
|
|||||||
grp.add_option('--enable-poly-opt', action = 'store_true', dest = 'POLLY', default = False,
|
grp.add_option('--enable-poly-opt', action = 'store_true', dest = 'POLLY', default = False,
|
||||||
help = 'enable polyhedral optimization if possible [default: %default]')
|
help = 'enable polyhedral optimization if possible [default: %default]')
|
||||||
|
|
||||||
grp.add_option('--enable-simple-mod-hacks', action = 'store_true', dest = 'ENABLE_MOD_HACKS', default = False,
|
grp.add_option('--enable-simple-mod-hacks', action = 'store_true', dest = 'SIMPLE_MOD_HACKS', default = False,
|
||||||
help = 'enable hacks for simple mods that mostly compatible with Half-Life but has little changes. Enforced for Android. [default: %default]')
|
help = 'enable hacks for simple mods that mostly compatible with Half-Life but has little changes. Enforced for Android. [default: %default]')
|
||||||
|
|
||||||
opt.load('subproject')
|
opt.load('subproject')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user