diff options
| author | ruki <[email protected]> | 2025-01-09 22:43:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-09 22:43:37 +0800 |
| commit | a85de0a35a250357c32d059aa6b871d3da9cfbba (patch) | |
| tree | 789280ce758610ec4b5096e96f0ae38150cbf003 /core/xmake.lua | |
| parent | 54afbb2e83232da5a5db3ec42dd086925c69f491 (diff) | |
switch to namespace
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index f27461f54..c8ebfcbec 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -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) |
