Skip to content

Commit

Permalink
chore: switch to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Aug 8, 2024
1 parent 6c32539 commit 22fa196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
-- add_requires("levilamina x.x.x") for a specific version
-- add_requires("levilamina develop") to use develop version
-- please note that you should add bdslibrary yourself if using dev version
add_requires("levilamina")
add_requires("levilamina develop")
add_requires("levibuildscript")

if not has_config("vs_runtime") then
Expand Down

0 comments on commit 22fa196

Please sign in to comment.