ref: a2a313fbb3ae9f7cf75ea2292173b0a5e379967e
parent: 0ff34aa7b520538f81754b481ef8a85b9ac78963
author: Paul Brossier <piem@piem.org>
date: Tue Sep 25 09:59:27 EDT 2018
.appveyor.yml: no msvc hint for waf
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -70,7 +70,7 @@
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