diff options
Diffstat (limited to 'tests/projects/other/multiplats_xcode/test.lua')
| -rw-r--r-- | tests/projects/other/multiplats_xcode/test.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/other/multiplats_xcode/test.lua b/tests/projects/other/multiplats_xcode/test.lua new file mode 100644 index 000000000..196797077 --- /dev/null +++ b/tests/projects/other/multiplats_xcode/test.lua @@ -0,0 +1,8 @@ +function main(t) + if is_host("macosx") then + os.exec("xmake f -c -vD") + os.exec("xmake -rvD") + os.exec("xmake f -c -vD -p iphoneos") + os.exec("xmake -rvD") + end +end |
