summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/clean.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/csharp/clean.lua')
-rw-r--r--xmake/rules/csharp/clean.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/clean.lua b/xmake/rules/csharp/clean.lua
index 863e97b50..ce683268c 100644
--- a/xmake/rules/csharp/clean.lua
+++ b/xmake/rules/csharp/clean.lua
@@ -19,7 +19,7 @@
--
import("target.action.clean", {alias = "_do_clean_target"})
-import("csharp_common")
+import("modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"})
function main(target, opt)
_do_clean_target(target)