mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 04:17:58 +08:00
11 lines
212 B
Lua
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
|