summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-25 10:20:26 +0800
committerGitHub <[email protected]>2026-01-25 10:20:26 +0800
commitc3989a33c7644a43d4c3cc5567e4e117785bc67d (patch)
tree063cbf139fc243e6b872d84b2b465b152ef6febb /xmake/modules
parent0e77fe915b391f51d2460f33dca632171e0612ca (diff)
parent6f2f989f19df66e73999ffaaffc69b8df1159a68 (diff)
Merge pull request #7262 from xmake-io/pch
Improve pch concurrently to the other targets
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/action/build/pcheader.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/action/build/pcheader.lua b/xmake/modules/private/action/build/pcheader.lua
index 2e3210dca..4e984f62b 100644
--- a/xmake/modules/private/action/build/pcheader.lua
+++ b/xmake/modules/private/action/build/pcheader.lua
@@ -51,6 +51,9 @@ function config(target, langkind, opt)
target:pcheaderfile_set(langkind, headerfile)
end
end
+
+ -- enable precompiled header?
+ return true
end
end