comparison build_win32.sh @ 189:f19cddd22dfb

build_win32.sh: fix reverse patch
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 22:57:12 +0100
parents 3bc50a5ba12f
children
comparison
equal deleted inserted replaced
188:7f7cdb2c8138 189:f19cddd22dfb
24 24
25 # fetch and build aubio 25 # fetch and build aubio
26 sh scripts/get_aubio.sh 26 sh scripts/get_aubio.sh
27 27
28 # revert patch 28 # revert patch
29 patch -R -p2 < scripts/aubio_waf_msvc.patch 29 patch -R -p1 < scripts/aubio_waf_msvc.patch
30 30
31 # configure and build plugin 31 # configure and build plugin
32 python waf configure 32 python waf configure
33 33
34 python waf build -v 34 python waf build -v