From 047d4cecb9e8c41518a5aa8e9573979f2c660f0f Mon Sep 17 00:00:00 2001 From: CoolLoong <1542536763@qq.com> Date: Sat, 30 Sep 2023 16:20:55 +0800 Subject: [PATCH] build: rename --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 0b6da2484..77420a29d 100644 --- a/xmake.lua +++ b/xmake.lua @@ -44,7 +44,7 @@ else add_requires("bdslibrary 1.20.15.01") end -target("AllayDataExtractor") +target("DataExtractor") set_license("LGPL-3") set_kind("shared") set_languages("c++20")