From e54361ebdb4f3e0424d0fb578981f803b84a111e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 1 Oct 2017 01:23:48 +0200 Subject: [PATCH] .appveyor.yml: fix typo --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8f75f9bf..959b98a9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -63,6 +63,6 @@ build_script: # clean up - "python waf distclean" # build libaubio - - python waf configure build --verbose --msvc-version="msvc 14.0" + - python waf configure build --verbose --msvc_version="msvc 14.0" # build python module using libaubio dll - "python setup.py build" -- 2.11.0