diff options
| author | ruki <[email protected]> | 2026-03-16 23:42:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:42:00 +0800 |
| commit | 738d63ec3a02a86e93011f2b3b41267be30e7484 (patch) | |
| tree | 6f610aaed13c277bbce4ac3359a7fe39ce24cf54 /xmake/rules/csharp/clean.lua | |
| parent | 443918d7e489ce7023e95184cc1e7ef537fa08f6 (diff) | |
format codes
Diffstat (limited to 'xmake/rules/csharp/clean.lua')
| -rw-r--r-- | xmake/rules/csharp/clean.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/csharp/clean.lua b/xmake/rules/csharp/clean.lua index ce683268c..78631738a 100644 --- a/xmake/rules/csharp/clean.lua +++ b/xmake/rules/csharp/clean.lua @@ -18,8 +18,9 @@ -- @file clean.lua -- +-- imports import("target.action.clean", {alias = "_do_clean_target"}) -import("modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) +import("rules.modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) function main(target, opt) _do_clean_target(target) |
