diff options
| author | Akaps316 <[email protected]> | 2026-04-05 10:58:30 +0530 |
|---|---|---|
| committer | Akaps316 <[email protected]> | 2026-04-05 10:58:30 +0530 |
| commit | 9b189a6f1098e55c4ea6d1928644bed4acf5a412 (patch) | |
| tree | 24c57eb099605c9b10e322fdf648f2ba96d4886e /tests/projects/objc/macapp_duplicate_rpath/test.lua | |
| parent | d0f83e55778e37afc767cf8fa382e16d6e5dc001 (diff) | |
| parent | 95e7d1658cb820accdc1bea5c79562331be9baf7 (diff) | |
fix(xcode.application): resolve merge conflict with upstream dev
Diffstat (limited to 'tests/projects/objc/macapp_duplicate_rpath/test.lua')
| -rw-r--r-- | tests/projects/objc/macapp_duplicate_rpath/test.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/objc/macapp_duplicate_rpath/test.lua b/tests/projects/objc/macapp_duplicate_rpath/test.lua new file mode 100644 index 000000000..561d206cf --- /dev/null +++ b/tests/projects/objc/macapp_duplicate_rpath/test.lua @@ -0,0 +1,8 @@ +function main(t) + if not is_host("macosx") then + return t:skip("wrong host platform") + end + + os.execv("xmake", {"f", "-p", "macosx", "-a", os.arch(), "-c"}) + os.execv("xmake", {"-vD"}) +end |
