Changes in scripts/get_waf.sh [3cc0022:bb07c7e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/get_waf.sh
r3cc0022 rbb07c7e 23 23 tar xf $WAFTARBALL 24 24 pushd waf-$WAFVERSION 25 NOCLIMB=1 python waf-light --tools=c_emscripten ,syms$*25 NOCLIMB=1 python waf-light --tools=c_emscripten $* 26 26 27 27 popd
Note: See TracChangeset
for help on using the changeset viewer.