From bb07c7e53a253bc2a92970380808c0b0d2e448a4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 3 Oct 2017 16:06:05 +0200 Subject: [PATCH] scripts/get_waf.sh: do not add syms --- scripts/get_waf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0