engine: wscript: removed opus from opt.load()
This commit is contained in:
parent
69a9211fc9
commit
0db95d76a8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def options(opt):
|
|||
grp.add_option('--enable-engine-fuzz', action = 'store_true', dest = 'ENGINE_FUZZ', default = False,
|
||||
help = 'add LLVM libFuzzer [default: %default]' )
|
||||
|
||||
opt.load('sdl2 opus')
|
||||
opt.load('sdl2')
|
||||
|
||||
def configure(conf):
|
||||
# check for dedicated server build
|
||||
|
|
Loading…
Add table
Reference in a new issue