From 2d80476b9d49e532d6e3729a5e28a7a738863ba5 Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 11 Feb 2025 13:06:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3xmake=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/xmake.lua b/util/xmake.lua index f4987aa..0e597a6 100644 --- a/util/xmake.lua +++ b/util/xmake.lua @@ -10,4 +10,5 @@ add_includedirs(os.scriptdir(), {public = true}) target("trans_util") set_kind("static") add_files("*.cpp") - add_deps("ofen") \ No newline at end of file + add_deps("ofen") + add_deps("filecomplete") \ No newline at end of file