diff options
| author | ruki <[email protected]> | 2019-08-24 09:55:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-24 09:55:41 +0800 |
| commit | c22eea1bf26fdb9b3060854c4e39654587a3acdc (patch) | |
| tree | 8fb66a61330021fd4d1808f5b0190d7a80a7ea08 | |
| parent | 250471f53bfdb59fb898b2fd338e2156c2225859 (diff) | |
fix ci
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index af3ff0e82..0380e11f7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,7 +50,7 @@ build_script: - ps: Copy-Item -Force .\core\build\xmake.exe $(Get-Command xmake).Path - ps: (Get-Command xmake).FileVersionInfo.ProductVersion # use bitcodes - - ps: xmake l private.utils.bcsave bcxmake xmake + - ps: xmake l private.utils.bcsave -o bcxmake xmake - ps: Remove-Item xmake -Recurse - ps: Rename-Item bcxmake xmake - ps: (Get-Command xmake).FileVersionInfo.ProductVersion |
