diff options
| author | ruki <[email protected]> | 2022-12-18 15:18:08 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-18 15:18:08 +0800 |
| commit | 4e4f010e7fd1123dcbc272549f3d45f5261bc8a9 (patch) | |
| tree | ede1d207f878ddb47727cdd037a86b0c6e6a4259 /tests | |
| parent | 66991f330fcfe08630fd2c028f45d7a54b5fd7be (diff) | |
| parent | 7108528ba8b47cc9388109f1f246e910204ff030 (diff) | |
Merge pull request #3179 from xmake-io/link
fix link
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/apis/clone_target/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/clone_target/test.lua b/tests/apis/clone_target/test.lua index a4a38b0ce..83c0a9546 100644 --- a/tests/apis/clone_target/test.lua +++ b/tests/apis/clone_target/test.lua @@ -1,3 +1,3 @@ function main() - os.exec("xmake") + os.exec("xmake -vD") end |
