summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-03 21:05:53 +0800
committerruki <[email protected]>2025-12-03 21:05:53 +0800
commit2a04ebccccc367daeed9d8f3b3facaf86d83c8f4 (patch)
tree48e5608ca1aac53b4d5cd6fe88bbb0686f8a574a /xmake/modules
parent17f46147fb94be0285d0696cb564f6ba6c1bb3e1 (diff)
remove config
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/check/checkers/syntax.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/private/check/checkers/syntax.lua b/xmake/modules/private/check/checkers/syntax.lua
index 63c6234a1..c7f0a31fc 100644
--- a/xmake/modules/private/check/checkers/syntax.lua
+++ b/xmake/modules/private/check/checkers/syntax.lua
@@ -157,9 +157,6 @@ function main(argv)
-- lock the whole project
project.lock()
- -- config it first
- task.run("config", {}, {disable_dump = true})
-
-- disable ccache after config
project.policy_set("build.ccache", false)