summaryrefslogtreecommitdiff
path: root/xmake/rules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules')
-rw-r--r--xmake/rules/kotlin-native/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/kotlin-native/xmake.lua b/xmake/rules/kotlin-native/xmake.lua
index d1f5c31d4..f917a06a3 100644
--- a/xmake/rules/kotlin-native/xmake.lua
+++ b/xmake/rules/kotlin-native/xmake.lua
@@ -20,9 +20,6 @@
rule("kotlin-native.build")
set_sourcekinds("kc")
- on_load(function (target)
- -- TODO
- end)
on_build("build.target")
rule("kotlin-native")