diff options
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) |
