mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 20:37:50 +08:00
11 lines
234 B
Lua
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
|