hikyuu2/scripts/on_install.lua
2021-04-16 23:20:12 +08:00

11 lines
234 B
Lua

import("core.platform.platform")
import("core.base.option")
function main(target)
if target:is_phony() then
return
end
-- 目前什么也不做,但需要保留,以便改变 xmake install 的默认行为
end