Compile for CS:S
This commit is contained in:
parent
eff1f3d78c
commit
e9a949d806
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -303,7 +303,7 @@ def options(opt):
|
|||
grp.add_option('--use-togl', action = 'store', dest = 'GL', type = 'int', default = sys.platform != 'win32',
|
||||
help = 'build engine with ToGL [default: %default]')
|
||||
|
||||
grp.add_option('--build-games', action = 'store', dest = 'GAMES', type = 'string', default = 'hl2',
|
||||
grp.add_option('--build-games', action = 'store', dest = 'GAMES', type = 'string', default = 'cstrike',
|
||||
help = 'build games [default: %default]')
|
||||
|
||||
grp.add_option('--use-ccache', action = 'store_true', dest = 'CCACHE', default = False,
|
||||
|
|
Loading…
Reference in a new issue