From 3cf64d9220b3c581becd99a8f6cb316462f1bad5 Mon Sep 17 00:00:00 2001 From: JassJam <0139ne@gmail.com> Date: Wed, 25 Feb 2026 09:52:12 +0000 Subject: refactor: update import statements --- xmake/rules/csharp/installcmd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/csharp/installcmd.lua') 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()) -- cgit v1.3.1