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/install.lua | |
| parent | f50b335260956986a7dc9e476d72e2ab95a70002 (diff) | |
refactor: update import statements
Diffstat (limited to 'xmake/rules/csharp/install.lua')
| -rw-r--r-- | xmake/rules/csharp/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/install.lua b/xmake/rules/csharp/install.lua index 97b3b1ee8..05d48e2c5 100644 --- a/xmake/rules/csharp/install.lua +++ b/xmake/rules/csharp/install.lua @@ -18,7 +18,7 @@ -- @file install.lua -- -local csharp_common = import("csharp_common", {anonymous = true}) +import("csharp_common") function main(target, opt) local function _q(arg) |
