Mercurial > hg > vamp-aubio-plugins
changeset 189:f19cddd22dfb
build_win32.sh: fix reverse patch
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 22:57:12 +0100 |
parents | 7f7cdb2c8138 |
children | 71b823b69b21 |
files | build_win32.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build_win32.sh Mon Feb 13 22:48:17 2017 +0100 +++ b/build_win32.sh Mon Feb 13 22:57:12 2017 +0100 @@ -26,7 +26,7 @@ sh scripts/get_aubio.sh # revert patch -patch -R -p2 < scripts/aubio_waf_msvc.patch +patch -R -p1 < scripts/aubio_waf_msvc.patch # configure and build plugin python waf configure