From f737997eddc40fa5fea7864e7c7bd28e618ba749 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 18 Sep 2025 22:56:57 +0800 Subject: revert os --- xmake/core/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 82da8e6d9..cecf38dd2 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -264,7 +264,7 @@ end -- trace process for profile(stuck,trace)? function os._is_tracing_process() - local is_tracing = true-- os._IS_TRACING_PROCESS + local is_tracing = os._IS_TRACING_PROCESS if is_tracing == nil then local profile = os.getenv("XMAKE_PROFILE") if profile then -- cgit v1.3.1