summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/modules/csharp_common.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/csharp/modules/csharp_common.lua')
-rw-r--r--xmake/rules/csharp/modules/csharp_common.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/rules/csharp/modules/csharp_common.lua b/xmake/rules/csharp/modules/csharp_common.lua
index 516297a45..c223bdce8 100644
--- a/xmake/rules/csharp/modules/csharp_common.lua
+++ b/xmake/rules/csharp/modules/csharp_common.lua
@@ -18,9 +18,10 @@
-- @file csharp_common.lua
--
+-- imports
import("core.base.option")
import("core.project.config")
-import("csproj_generator", {rootdir = os.scriptdir(), alias = "generate_csproj"})
+import("csproj_generator")
function _is_csharp_target(target)
if target:rule("csharp") then