summaryrefslogtreecommitdiff
path: root/tests/projects/other/multiplats_xcode/test.lua
blob: 2bf740b516d6cf60b6be56650a4448e35262477e (plain)
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