From 87b0f6c4dadc67cf66319081a99ea5d5463f93bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E6=B2=90=E5=91=80?= <163636894+zimuya4153@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:39:29 +0800 Subject: [PATCH] update xmake.lua --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index 5a928d5..b9184ee 100644 --- a/xmake.lua +++ b/xmake.lua @@ -8,7 +8,7 @@ if not has_config("vs_runtime") then end -- Option 1: Use the latest version of LeviLamina released on GitHub. -add_requires("levilaminalibrary") +add_requires("levilamina") add_requires("legacyremotecall") add_requires("gmlib 0.13.7") @@ -59,7 +59,7 @@ target("GMLIB-LegacyRemoteCallApi") -- Change this to your plugin name. "src" ) add_packages( - "levilaminalibrary", + "levilamina", "legacyremotecall", "gmlib" )