diff options
| author | ruki <[email protected]> | 2019-05-24 22:20:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-24 08:01:25 +0800 |
| commit | 240f63fe9c1e64c31b2f7a08a9fe3f19aae12de4 (patch) | |
| tree | 7f491ce7d939407771ec5f698f647888e5e32372 | |
| parent | 58ac0d1b5ea7ee2711f9b61698048a918cc374ac (diff) | |
modify comment
| -rw-r--r-- | xmake/core/_xmake_main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua index 68c45044d..760ea4dc8 100644 --- a/xmake/core/_xmake_main.lua +++ b/xmake/core/_xmake_main.lua @@ -30,7 +30,7 @@ xmake._PROGRAM_FILE = _PROGRAM_FILE xmake._PROJECT_DIR = _PROJECT_DIR xmake._PROJECT_FILE = "xmake.lua" --- init script loader +-- init loadfile local _loadfile = _loadfile or loadfile local _loadcache = {} function loadfile(filepath) |
