diff options
| author | ruki <[email protected]> | 2019-01-13 21:57:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-13 21:57:51 +0800 |
| commit | 5b9c7e6cdc896c0c469f402142aeadc86c4cdf52 (patch) | |
| tree | 48505df17bef511c5441fcef58baf82608cbb4a0 | |
| parent | 80629131183b4fe1c3587f11fa80707979b18538 (diff) | |
fix switch to ldc2 compiler
| -rw-r--r-- | xmake/modules/core/tools/ldc2.lua (renamed from xmake/modules/core/tools/ldc.lua) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ldc.lua b/xmake/modules/core/tools/ldc2.lua index 918544a33..c21f90a8f 100644 --- a/xmake/modules/core/tools/ldc.lua +++ b/xmake/modules/core/tools/ldc2.lua @@ -19,7 +19,7 @@ -- Copyright (C) 2015 - 2019, TBOOX Open Source Group. -- -- @author ruki --- @file ldc.lua +-- @file ldc2.lua -- -- inherit dmd |
