diff options
| author | ruki <[email protected]> | 2026-03-16 23:46:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:46:36 +0800 |
| commit | 9beeacf1045a8026486595b46822baced58ae00b (patch) | |
| tree | 8ee4a89bc585b0e2b8959b62beafaca5756ea7af | |
| parent | 24652077a08c7f5d08e091b4e3907d86109d4028 (diff) | |
improve to import csharp utils
| -rw-r--r-- | xmake/rules/csharp/build/target.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/build/target.lua b/xmake/rules/csharp/build/target.lua index 43ee036b1..c1111fed1 100644 --- a/xmake/rules/csharp/build/target.lua +++ b/xmake/rules/csharp/build/target.lua @@ -23,7 +23,7 @@ import("core.base.option") import("core.tool.compiler") import("core.project.depend") import("utils.progress") -import("rules.csharp.modules.csharp_utils", {rootdir = os.programdir(), alias = "csharp_utils"}) +import(".modules.csharp_utils") -- find or generate .csproj file function _get_csprojfile(target) |
