build_win32.sh: fix reverse patch
authorPaul Brossier <piem@piem.org>
Mon, 13 Feb 2017 21:57:12 +0000 (22:57 +0100)
committerPaul Brossier <piem@piem.org>
Mon, 13 Feb 2017 21:57:12 +0000 (22:57 +0100)
build_win32.sh

index 63b06b3..3a448b9 100755 (executable)
@@ -26,7 +26,7 @@ patch -p1 < scripts/aubio_waf_msvc.patch
 sh scripts/get_aubio.sh
 
 # revert 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
 
 # configure and build plugin
 python waf configure