mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: wscript: removed opus from opt.load()
This commit is contained in:
committed by
Alibek Omarov
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
|
||||
|
||||
Reference in New Issue
Block a user