Skip to content

Commit

Permalink
fixing appveyor 7z utility flags
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed Sep 21, 2016
1 parent 196baef commit 103eb2d
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 @@ -44,7 +44,7 @@ environment:

install:
- appveyor DownloadFile http://downloads.sourceforge.net/mingw-w64/x86_64-6.1.0-release-posix-seh-rt_v5-rev0.7z
- 7z x x86_64-6.1.0-release-posix-seh-rt_v5-rev0.7z -cc:\mingw > nul
- 7z x x86_64-6.1.0-release-posix-seh-rt_v5-rev0.7z -oc:\mingw > nul

build_script:
# ============= 2008 IS ENABLED ONLY FOR x86 BECAUSE CMAKE CANNOT FIND THE COMPILER FOR Win64
Expand Down

0 comments on commit 103eb2d

Please sign in to comment.