Browse Source

wscript: opus subproject set as mandatory

pull/2/head
SNMetamorph 2 years ago committed by Alibek Omarov
parent
commit
a520af42e8
  1. 2
      wscript

2
wscript

@ -54,7 +54,7 @@ class Subproject: @@ -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…
Cancel
Save