diff options
| author | JassJam <[email protected]> | 2026-02-25 09:52:12 +0000 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-14 00:10:13 +0800 |
| commit | 3cf64d9220b3c581becd99a8f6cb316462f1bad5 (patch) | |
| tree | 7ebab63589219dbef21bf4b4573eb178c4b89d9e /xmake/rules/csharp/clean.lua | |
| parent | f50b335260956986a7dc9e476d72e2ab95a70002 (diff) | |
refactor: update import statements
Diffstat (limited to 'xmake/rules/csharp/clean.lua')
| -rw-r--r-- | xmake/rules/csharp/clean.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/clean.lua b/xmake/rules/csharp/clean.lua index 6de720709..863e97b50 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"}) -local csharp_common = import("csharp_common", {anonymous = true}) +import("csharp_common") function main(target, opt) _do_clean_target(target) |
