diff options
| author | ruki <[email protected]> | 2025-04-06 22:44:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:58 +0800 |
| commit | 162f55410e2a1ed2a81dddfc4189bb85158f2525 (patch) | |
| tree | 2765e3d6d46986b0dbfb216eee598795e3d6e862 /xmake/rules/c++/precompiled_header/xmake.lua | |
| parent | d88716e932f28b3546b90a71e79ca9d8d5fb6551 (diff) | |
fix pcheader for objc
Diffstat (limited to 'xmake/rules/c++/precompiled_header/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/precompiled_header/xmake.lua | 1 |
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) |
