Skip to content

Commit

Permalink
switch to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 9, 2025
1 parent 54afbb2 commit a85de0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/xmake/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target("xmake")

-- add deps
add_deps("sv", "lz4")
if false then--namespace then
if namespace then
add_deps("tbox::tbox")
else
add_deps("tbox")
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ end

-- add projects
includes("src/sv", "src/lz4", "src/xmake", "src/cli")
if false then --namespace then
if namespace then
namespace("tbox", function ()
includes("src/tbox")
end)
Expand Down

0 comments on commit a85de0a

Please sign in to comment.