diff options
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5423db9df..71fd471e8 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 --rootname='@programdir' -x 'scripts/**|templates/**' xmake + - ps: xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake - ps: (Get-Command xmake).FileVersionInfo.ProductVersion after_build: |
