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/package/xmake.lua | |
| parent | 4a0697ac5940e337019b15e0d0a570e56d0791d9 (diff) | |
import core
Diffstat (limited to 'xmake/actions/package/xmake.lua')
| -rwxr-xr-x | xmake/actions/package/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/package/xmake.lua b/xmake/actions/package/xmake.lua index 17dd79b9c..305cd872d 100755 --- a/xmake/actions/package/xmake.lua +++ b/xmake/actions/package/xmake.lua @@ -47,7 +47,7 @@ task("package") , function () -- import platform - import("platform") + import("core/platform") -- make description local description = {} |
