From a2a313fbb3ae9f7cf75ea2292173b0a5e379967e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 25 Sep 2018 13:59:27 +0200 Subject: [PATCH] .appveyor.yml: no msvc hint for waf --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7658be36..dc67ef3f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -70,7 +70,7 @@ before_build: build_script: # also build libaubio with waf - - python waf configure build install --verbose --msvc_version="msvc 14.0" + - python waf configure build install --verbose # clean before building python package - python waf distclean # build python module without using libaubio -- 2.11.0