2
0
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:
SNMetamorph 2022-08-15 08:33:18 +04:00 committed by Alibek Omarov
parent 69a9211fc9
commit 0db95d76a8

View File

@ -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