diff options
| author | ruki <[email protected]> | 2016-03-01 08:43:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-01 08:43:00 +0800 |
| commit | db1a45865998fb00bf46baeaada017d9f17f9da4 (patch) | |
| tree | 9d5917200172b8c10faa2ce308db66378c07c3da /xmake/actions/global/xmake.lua | |
| parent | 4a0697ac5940e337019b15e0d0a570e56d0791d9 (diff) | |
import core
Diffstat (limited to 'xmake/actions/global/xmake.lua')
| -rwxr-xr-x | xmake/actions/global/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua index 5d1abced7..3161884a7 100755 --- a/xmake/actions/global/xmake.lua +++ b/xmake/actions/global/xmake.lua @@ -51,7 +51,7 @@ task("global") , function () -- import platform - import("platform") + import("core/platform") -- get menu for platform return platform.menu("global") |
