hikyuu2/scripts/on_install.lua
2020-01-12 00:55:15 +08:00

11 lines
212 B
Lua

import("core.platform.platform")
import("core.base.option")
function main(target)
if target:isphony() then
return
end
-- 目前什么也不做,仅改变 xmake install 的默认行为
end