Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Fixed appveyor.yml MSYS_BITS alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrt committed Dec 9, 2015
1 parent 993f947 commit 7a86b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
environment:
matrix:
- TARGET: x86_64-pc-windows-gnu
MSYS_BITS: 64
MSYS_BITS: 64
- TARGET: i686-pc-windows-gnu
MSYS_BITS: 32
MSYS_BITS: 32
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc

Expand Down

0 comments on commit 7a86b88

Please sign in to comment.