Skip to content

Commit

Permalink
Try to use proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot authored and sftnight committed Dec 2, 2016
1 parent 372c324 commit 0c0215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:

build_script:
# appveyor doesn't recognize x64 architecture when running on a virtual machine, so let's force it
- if %platform% == x64 set CMAKE_EXTRA_ARGS=" -DLLVM_HOST_TRIPLE=x86_64-pc-win32 "
- if [%platform%]==[x64] set CMAKE_EXTRA_ARGS=" -DLLVM_HOST_TRIPLE=x86_64-pc-win32 "
- tools\packaging\cpt.py ^
--current-dev=tar ^
--with-cling-url=https://github.com/%APPVEYOR_REPO_NAME% ^
Expand Down

0 comments on commit 0c0215b

Please sign in to comment.