From 8ced1e817b6e4dcc4cc0d8db324de4356da580a8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 25 Sep 2018 14:11:31 +0200 Subject: [PATCH] .appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f9f03063..9da9024c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -68,7 +68,7 @@ before_build: build_script: # also build libaubio with waf - - python waf configure build install --verbose + - python waf configure build install --verbose --msvc_version="msvc 14.0" # clean before building python package - python waf distclean # build python module without using libaubio -- 2.11.0