mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-19 07:10:01 +01:00
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…
x
Reference in New Issue
Block a user