From fb23adf6097975a5fe2ab928ab58ec7c304095b1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 13 Feb 2017 22:57:12 +0100 Subject: [PATCH] build_win32.sh: fix reverse patch --- build_win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_win32.sh b/build_win32.sh index 63b06b3..3a448b9 100755 --- a/build_win32.sh +++ b/build_win32.sh @@ -26,7 +26,7 @@ patch -p1 < scripts/aubio_waf_msvc.patch 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 -- 2.11.0