shithub: aubio

Download patch

ref: bb07c7e53a253bc2a92970380808c0b0d2e448a4
parent: 18ec14226c56764cbacbd127c39b859ad75bba09
author: Paul Brossier <piem@piem.org>
date: Tue Oct 3 12:06:05 EDT 2017

scripts/get_waf.sh: do not add syms

--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -22,7 +22,7 @@
 
   tar xf $WAFTARBALL
   pushd waf-$WAFVERSION
-  NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
+  NOCLIMB=1 python waf-light --tools=c_emscripten $*
 
   popd
   popd