summaryrefslogtreecommitdiff
path: root/xmake/rules/objc++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-02 22:52:26 +0800
committerruki <[email protected]>2025-12-02 22:52:26 +0800
commita3f3678d1705dac4106dc95883d264534db159e2 (patch)
treeda53e9eeb1689c79678f1e3488e6ec08382843f1 /xmake/rules/objc++/xmake.lua
parent5c4b98ecca5a0c437a1bb5679e4046f752ed1a42 (diff)
improve objc configs
Diffstat (limited to 'xmake/rules/objc++/xmake.lua')
-rw-r--r--xmake/rules/objc++/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua
index 2ff0ecb8c..321aa131a 100644
--- a/xmake/rules/objc++/xmake.lua
+++ b/xmake/rules/objc++/xmake.lua
@@ -23,7 +23,6 @@ rule("objc.build")
set_sourcekinds("mm")
add_deps("objc.build.pcheader")
on_config(function (target)
- -- handle all configs
import("rules.objc++.config")(target, "mm")
end)
on_build_files("private.action.build.object", {jobgraph = true, batch = true, distcc = true})
@@ -33,7 +32,6 @@ rule("objc++.build")
set_sourcekinds("mxx")
add_deps("objc++.build.pcheader")
on_config(function (target)
- -- handle all configs
import("rules.objc++.config")(target, "mxx")
end)
on_build_files("private.action.build.object", {jobgraph = true, batch = true, distcc = true})