From 76dbce19ed789af46e6b7d7feb2a363526ed00fe Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:44:11 +0500 Subject: [PATCH] Fix build with waf. --- cl_dll/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cl_dll/wscript b/cl_dll/wscript index e776a54d..366f66f0 100644 --- a/cl_dll/wscript +++ b/cl_dll/wscript @@ -83,7 +83,8 @@ def build(bld): 'dlls/satchel.cpp', 'dlls/shotgun.cpp', 'dlls/squeakgrenade.cpp', - 'dlls/tripmine.cpp' + 'dlls/tripmine.cpp', + 'dlls/rebellion/minimp5.cpp' ])