diff options
| -rw-r--r-- | xmake/core/base/os.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
