hikyuu2/scripts/on_install.lua

11 lines
234 B
Lua
Raw Normal View History

import("core.platform.platform")
import("core.base.option")
function main(target)
2021-04-16 23:20:12 +08:00
if target:is_phony() then
return
end
2021-04-04 16:38:26 +08:00
-- 目前什么也不做,但需要保留,以便改变 xmake install 的默认行为
end