Browse Source

engine: wscript: removed opus from opt.load()

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

2
engine/wscript

@ -35,7 +35,7 @@ def options(opt): @@ -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…
Cancel
Save