shithub: aubio

Download patch

ref: 805381ad3df15c215d3d9bf825f03e586081026d
parent: a2a313fbb3ae9f7cf75ea2292173b0a5e379967e
author: Paul Brossier <piem@piem.org>
date: Tue Sep 25 10:08:32 EDT 2018

.appveyor.yml: force cl.exe path on 64-bit platforms

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,8 +4,7 @@
 environment:
 
   global:
-      MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
-      MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
+      CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
 
   matrix:
 
@@ -50,8 +49,7 @@
 
   - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%"
 
-  #- if [%PYTHON_ARCH%]==[32] SET PATH=%MINGW_32%;%PATH%
-  - if [%PYTHON_ARCH%]==[64] SET PATH=%MINGW_64%;%PATH%
+  - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH%
 
   # Check that we have the expected version and architecture for Python
   - "python --version"