diff options
| author | TitanSnow <[email protected]> | 2017-05-14 13:44:42 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-14 13:44:42 +0800 |
| commit | 3895b38f27e6ce50eb747a1ee864467f3c92f066 (patch) | |
| tree | b9f4af0e9139e923d8834b3ad3e92e6f46e98b76 | |
| parent | 428f22e4b57c1caa4f8b1590184993cca5cd4b18 (diff) | |
fix marco package error
| -rwxr-xr-x | tests/tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests b/tests/tests index a0a6b29d8..ae386c0e7 100755 --- a/tests/tests +++ b/tests/tests @@ -33,7 +33,7 @@ function build_for_iphoenos() echo "build $1" # package all archs for iphoneos - exec "xmake m package -p iphoneos -P $1" + exec "xmake m -P $1 package -p iphoneos" } # build for c |
