wscript: opus subproject set as mandatory
This commit is contained in:
parent
0a6885e02d
commit
a520af42e8
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -54,7 +54,7 @@ class Subproject:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
SUBDIRS = [
|
SUBDIRS = [
|
||||||
Subproject('3rdparty/opus'),
|
Subproject('3rdparty/opus', mandatory=True),
|
||||||
Subproject('public', dedicated=False, mandatory = True),
|
Subproject('public', dedicated=False, mandatory = True),
|
||||||
Subproject('filesystem', dedicated=False, mandatory = True),
|
Subproject('filesystem', dedicated=False, mandatory = True),
|
||||||
Subproject('game_launch', singlebin=True),
|
Subproject('game_launch', singlebin=True),
|
||||||
|
|
Loading…
Add table
Reference in a new issue