diff options
| author | ruki <[email protected]> | 2026-03-16 23:43:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-16 23:43:37 +0800 |
| commit | bf997637e98558b7289e8f9b3d05b08d102bb8af (patch) | |
| tree | ba54d8baf81c412ceac8d177ae89dc5a3ce954e5 | |
| parent | 2504b748c0c716c7ab0db044cf7867b4fd6a62d3 (diff) | |
fix generate csproj
| -rw-r--r-- | xmake/rules/csharp/modules/csharp_utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/modules/csharp_utils.lua b/xmake/rules/csharp/modules/csharp_utils.lua index 58895ff36..4861ff0b8 100644 --- a/xmake/rules/csharp/modules/csharp_utils.lua +++ b/xmake/rules/csharp/modules/csharp_utils.lua @@ -21,7 +21,7 @@ -- imports import("core.base.option") import("core.project.config") -import("csproj_generator") +import("csproj_generator", {alias = "generate_csproj"}) function _is_csharp_target(target) if target:rule("csharp") then |
