.appveyor.yml: no msvc hint for waf
authorPaul Brossier <piem@piem.org>
Tue, 25 Sep 2018 11:59:27 +0000 (13:59 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 25 Sep 2018 11:59:27 +0000 (13:59 +0200)
.appveyor.yml

index 7658be3..dc67ef3 100644 (file)
@@ -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