scripts/get_waf.sh: do not add syms
authorPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 14:06:05 +0000 (16:06 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 14:06:05 +0000 (16:06 +0200)
scripts/get_waf.sh

index 42d325d..99f0cb1 100755 (executable)
@@ -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