diff options
| author | ruki <[email protected]> | 2021-09-18 13:51:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 13:51:08 +0800 |
| commit | b70ab14251a74bd168963cbf17ae4ff7a64d7014 (patch) | |
| tree | 1ded2f54fe45cf5e45bac36da5dbb881bd50d81f | |
| parent | 7065563ba5be2117b8ed9d194204d33ff73291bd (diff) | |
fix package
| -rw-r--r-- | xmake/actions/package/local/main.lua | 2 | ||||
| -rw-r--r-- | xmake/actions/package/remote/main.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/package/local/main.lua b/xmake/actions/package/local/main.lua index 74bb1cfa1..72cfac3ac 100644 --- a/xmake/actions/package/local/main.lua +++ b/xmake/actions/package/local/main.lua @@ -24,7 +24,7 @@ import("core.base.task") import("core.project.rule") import("core.project.config") import("core.project.project") -import("lib.luajit.bit") +import("core.base.bit") -- get link deps function _get_linkdeps(target) diff --git a/xmake/actions/package/remote/main.lua b/xmake/actions/package/remote/main.lua index b38fa6626..f1aacf057 100644 --- a/xmake/actions/package/remote/main.lua +++ b/xmake/actions/package/remote/main.lua @@ -24,7 +24,7 @@ import("core.base.task") import("core.project.rule") import("core.project.config") import("core.project.project") -import("lib.luajit.bit") +import("core.base.bit") -- get link deps function _get_linkdeps(target) |
