Changeset bb07c7e


Ignore:
Timestamp:
Oct 3, 2017, 4:06:05 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
236e2a0
Parents:
18ec142
Message:

scripts/get_waf.sh: do not add syms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r18ec142 rbb07c7e  
    2323  tar xf $WAFTARBALL
    2424  pushd waf-$WAFVERSION
    25   NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
     25  NOCLIMB=1 python waf-light --tools=c_emscripten $*
    2626
    2727  popd
Note: See TracChangeset for help on using the changeset viewer.