diff options
| -rw-r--r-- | xmake/rules/csharp/config.lua (renamed from xmake/rules/csharp/prepare.lua) | 2 | ||||
| -rw-r--r-- | xmake/rules/csharp/xmake.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/csharp/prepare.lua b/xmake/rules/csharp/config.lua index 611ad5890..97b3a4303 100644 --- a/xmake/rules/csharp/prepare.lua +++ b/xmake/rules/csharp/config.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki --- @file prepare.lua +-- @file config.lua -- -- imports diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua index 1d5818337..f13003520 100644 --- a/xmake/rules/csharp/xmake.lua +++ b/xmake/rules/csharp/xmake.lua @@ -20,7 +20,7 @@ rule("csharp.build") set_sourcekinds("cs") - on_prepare("prepare") + on_config("config") on_build("build") rule("csharp") |
