Revert "update xmake.lua"

This reverts commit 87b0f6c4da.
This commit is contained in:
子沐呀
2024-11-16 19:11:02 +08:00
Unverified
parent e3f5a352f2
commit a08a8ff8ed
+2 -2
View File
@@ -8,7 +8,7 @@ if not has_config("vs_runtime") then
end end
-- Option 1: Use the latest version of LeviLamina released on GitHub. -- Option 1: Use the latest version of LeviLamina released on GitHub.
add_requires("levilamina") add_requires("levilaminalibrary")
add_requires("legacyremotecall") add_requires("legacyremotecall")
add_requires("gmlib 0.13.7") add_requires("gmlib 0.13.7")
@@ -59,7 +59,7 @@ target("GMLIB-LegacyRemoteCallApi") -- Change this to your plugin name.
"src" "src"
) )
add_packages( add_packages(
"levilamina", "levilaminalibrary",
"legacyremotecall", "legacyremotecall",
"gmlib" "gmlib"
) )