diff options
Diffstat (limited to 'xmake/rules/csharp/buildcmd.lua')
| -rw-r--r-- | xmake/rules/csharp/buildcmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/buildcmd.lua b/xmake/rules/csharp/buildcmd.lua index c79ae65f4..209c76027 100644 --- a/xmake/rules/csharp/buildcmd.lua +++ b/xmake/rules/csharp/buildcmd.lua @@ -18,7 +18,7 @@ -- @file buildcmd.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()) |
