wscript: fix game_launch not being included
This commit is contained in:
parent
c5dbbea9ef
commit
e6c55107c7
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -44,7 +44,7 @@ SUBDIRS = [
|
||||||
Subproject('mainui', lambda x: not x.env.DEDICATED),
|
Subproject('mainui', lambda x: not x.env.DEDICATED),
|
||||||
Subproject('vgui_support', lambda x: not x.env.DEDICATED),
|
Subproject('vgui_support', lambda x: not x.env.DEDICATED),
|
||||||
Subproject('stub/client', lambda x: not x.env.DEDICATED),
|
Subproject('stub/client', lambda x: not x.env.DEDICATED),
|
||||||
Subproject('game_launch', lambda x: not x.env.SINGLE_BINARY and not x.env.DEST_OS != 'android'),
|
Subproject('game_launch', lambda x: not x.env.SINGLE_BINARY and x.env.DEST_OS != 'android'),
|
||||||
|
|
||||||
# disable only by external dependency presense
|
# disable only by external dependency presense
|
||||||
Subproject('3rdparty/opus', lambda x: not x.env.HAVE_SYSTEM_OPUS),
|
Subproject('3rdparty/opus', lambda x: not x.env.HAVE_SYSTEM_OPUS),
|
||||||
|
|
Loading…
Add table
Reference in a new issue