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/installcmd.lua | |
| parent | f50b335260956986a7dc9e476d72e2ab95a70002 (diff) | |
refactor: update import statements
Diffstat (limited to 'xmake/rules/csharp/installcmd.lua')
| -rw-r--r-- | xmake/rules/csharp/installcmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/installcmd.lua b/xmake/rules/csharp/installcmd.lua index 42733bfb0..c483eb432 100644 --- a/xmake/rules/csharp/installcmd.lua +++ b/xmake/rules/csharp/installcmd.lua @@ -18,7 +18,7 @@ -- @file installcmd.lua -- -local csharp_common = import("csharp_common", {anonymous = true}) +import("csharp_common") function main(target, batchcmds, opt) local csprojfile = assert(csharp_common.find_csproj(target), "target(%s): missing csharp .csproj file!", target:name()) |
