diff options
| author | JassJam <[email protected]> | 2026-02-28 15:37:56 +0000 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-14 00:10:58 +0800 |
| commit | a92e7c4087443cd91dafe14d2a5aa316a288b7c5 (patch) | |
| tree | e356878da6af96a71d547906006fe45ebdbb8ed3 /xmake/rules/csharp/clean.lua | |
| parent | a35ec2dcea9ca5c639ca9d1332a46ede16b959c0 (diff) | |
feat: generate csproj on demand
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 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) |
