summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/precompiled_header/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/precompiled_header/xmake.lua')
-rw-r--r--xmake/rules/c++/precompiled_header/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/precompiled_header/xmake.lua b/xmake/rules/c++/precompiled_header/xmake.lua
index c5fbd15a7..30ab31106 100644
--- a/xmake/rules/c++/precompiled_header/xmake.lua
+++ b/xmake/rules/c++/precompiled_header/xmake.lua
@@ -19,7 +19,6 @@
--
rule("c.build.pcheader")
- add_orders("c.build.pcheader", "c++.build.modules.builder")
on_config(function (target, opt)
import("private.action.build.pcheader").config(target, "c", opt)
end)