wscript: opus subproject set as mandatory
This commit is contained in:
parent
0a6885e02d
commit
a520af42e8
2
wscript
2
wscript
|
@ -54,7 +54,7 @@ class Subproject:
|
|||
return True
|
||||
|
||||
SUBDIRS = [
|
||||
Subproject('3rdparty/opus'),
|
||||
Subproject('3rdparty/opus', mandatory=True),
|
||||
Subproject('public', dedicated=False, mandatory = True),
|
||||
Subproject('filesystem', dedicated=False, mandatory = True),
|
||||
Subproject('game_launch', singlebin=True),
|
||||
|
|
Loading…
Reference in New Issue