summaryrefslogtreecommitdiff
path: root/xmake/actions/package/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-01 08:43:00 +0800
committerruki <[email protected]>2016-03-01 08:43:00 +0800
commitdb1a45865998fb00bf46baeaada017d9f17f9da4 (patch)
tree9d5917200172b8c10faa2ce308db66378c07c3da /xmake/actions/package/xmake.lua
parent4a0697ac5940e337019b15e0d0a570e56d0791d9 (diff)
import core
Diffstat (limited to 'xmake/actions/package/xmake.lua')
-rwxr-xr-xxmake/actions/package/xmake.lua2
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 = {}