mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-09 09:55:48 +01:00
engine: wscript: removed opus from opt.load()
This commit is contained in:
parent
69a9211fc9
commit
0db95d76a8
@ -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…
Reference in New Issue
Block a user