diff options
| author | ruki <[email protected]> | 2025-08-27 23:23:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:54 +0800 |
| commit | 6809e2d887d3f3f298b4e324a7580c55ac47562d (patch) | |
| tree | 38d2ca2a0595636e0f5f12ab57d1516992049f3b /xmake/core/main.lua | |
| parent | 7bf08a61f291294d0dc021be62dec253146115f1 (diff) | |
move thread to base
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index d1b1112a0..3f0a4484f 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -41,7 +41,7 @@ local project = require("project/project") local localcache = require("cache/localcache") local profiler = require("base/profiler") local debugger = require("base/debugger") -local thread = require("thread/thread") +local thread = require("base/thread") -- init the option menu local menu = |
