Skip to content

Commit

Permalink
Revert "update xmake.lua"
Browse files Browse the repository at this point in the history
This reverts commit 87b0f6c.
  • Loading branch information
zimuya4153 committed Nov 16, 2024
1 parent e3f5a35 commit a08a8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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("levilamina")
add_requires("levilaminalibrary")
add_requires("legacyremotecall")
add_requires("gmlib 0.13.7")

Expand Down Expand Up @@ -59,7 +59,7 @@ target("GMLIB-LegacyRemoteCallApi") -- Change this to your plugin name.
"src"
)
add_packages(
"levilamina",
"levilaminalibrary",
"legacyremotecall",
"gmlib"
)
Expand Down

0 comments on commit a08a8ff

Please sign in to comment.