From d618b817caf2519ed24cc391e2ba1b7d93dfe3ee Mon Sep 17 00:00:00 2001 From: SNMetamorph Date: Sat, 30 Nov 2024 16:05:14 +0400 Subject: [PATCH] engine: wscript: link libvorbisfile dependency --- engine/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/wscript b/engine/wscript index 9ef95223..6e9bf4af 100644 --- a/engine/wscript +++ b/engine/wscript @@ -236,7 +236,7 @@ def build(bld): 'client/vgui/*.c', 'client/avi/*.c']) is_cxx_link = True - libs += ['opus', 'bzip2', 'MultiEmulator'] + libs += ['opus', 'libvorbisfile', 'bzip2', 'MultiEmulator'] rpath = bld.env.DEFAULT_RPATH