mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-03 06:35:36 +01:00
wscript: fix game_launch not being included
This commit is contained in:
parent
c5dbbea9ef
commit
e6c55107c7
2
wscript
2
wscript
@ -44,7 +44,7 @@ SUBDIRS = [
|
||||
Subproject('mainui', 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('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
|
||||
Subproject('3rdparty/opus', lambda x: not x.env.HAVE_SYSTEM_OPUS),
|
||||
|
Loading…
Reference in New Issue
Block a user