Skip to content

Commit

Permalink
remove xmake.cli rule
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 6, 2025
1 parent 4532df4 commit 48850b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/projects/xmake_cli/xmake/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
add_rules("mode.debug", "mode.release")
add_requires("libxmake")
target("xmake")
add_rules("xmake.cli")
add_files("src/*.c")
if is_plat("windows") then
add_files("src/*.rc")
Expand Down

0 comments on commit 48850b4

Please sign in to comment.