From: Paul Brossier Date: Tue, 25 Sep 2018 11:59:27 +0000 (+0200) Subject: .appveyor.yml: no msvc hint for waf X-Git-Tag: 0.4.8~100^2~3 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a2a313fbb3ae9f7cf75ea2292173b0a5e379967e;p=aubio.git .appveyor.yml: no msvc hint for waf --- 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