From 0db95d76a8c0315420f291cc4453340ae05971b5 Mon Sep 17 00:00:00 2001 From: SNMetamorph <25657591+SNMetamorph@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:33:18 +0400 Subject: [PATCH] engine: wscript: removed opus from opt.load() --- engine/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/wscript b/engine/wscript index 2fe54df0..b91d79f2 100644 --- a/engine/wscript +++ b/engine/wscript @@ -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