From: Paul Brossier Date: Tue, 3 Oct 2017 14:06:05 +0000 (+0200) Subject: scripts/get_waf.sh: do not add syms X-Git-Tag: 0.4.6~3^2~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bb07c7e53a253bc2a92970380808c0b0d2e448a4;p=aubio.git scripts/get_waf.sh: do not add syms --- diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 42d325dd..99f0cb1a 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -22,7 +22,7 @@ function buildwaf () { 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