1 2 3 4 5 6
function main(t) if is_host("macosx") then os.exec("xmake f -c -vD") os.exec("xmake -rvD") end end