From 738d63ec3a02a86e93011f2b3b41267be30e7484 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Mar 2026 23:42:00 +0800 Subject: format codes --- xmake/rules/csharp/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/rules/csharp/install.lua') diff --git a/xmake/rules/csharp/install.lua b/xmake/rules/csharp/install.lua index 4d871e291..a43006dd6 100644 --- a/xmake/rules/csharp/install.lua +++ b/xmake/rules/csharp/install.lua @@ -18,10 +18,11 @@ -- @file install.lua -- +-- imports import("core.base.option") import("core.project.config") import("core.tool.compiler") -import("modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) +import("rules.modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) function main(target, opt) local csprojfile = assert(csharp_common.find_or_generate_csproj(target), "target(%s): missing csharp .csproj file!", target:name()) @@ -62,5 +63,4 @@ function main(target, opt) os.mkdir(install_abs) os.cp(path.join(tmpdir, "**"), install_abs, {rootdir = tmpdir}) end - end -- cgit v1.3.1