From c22eea1bf26fdb9b3060854c4e39654587a3acdc Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 24 Aug 2019 09:55:41 +0800 Subject: fix ci --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1