From a85de0a35a250357c32d059aa6b871d3da9cfbba Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Jan 2025 22:43:37 +0800 Subject: switch to namespace --- core/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/xmake.lua') 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) -- cgit v1.3.1