wscript: opus subproject set as mandatory

This commit is contained in:
SNMetamorph 2022-08-16 10:53:54 +04:00 committed by Alibek Omarov
parent 0a6885e02d
commit a520af42e8
1 changed files with 1 additions and 1 deletions

View File

@ -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),