diff options
Diffstat (limited to 'xmake/rules/csharp/install.lua')
| -rw-r--r-- | xmake/rules/csharp/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/csharp/install.lua b/xmake/rules/csharp/install.lua index 97b3b1ee8..05d48e2c5 100644 --- a/xmake/rules/csharp/install.lua +++ b/xmake/rules/csharp/install.lua @@ -18,7 +18,7 @@ -- @file install.lua -- -local csharp_common = import("csharp_common", {anonymous = true}) +import("csharp_common") function main(target, opt) local function _q(arg) |
