Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a build error
  • Loading branch information
kripken committed Feb 29, 2012
1 parent 14bcad3 commit 86c3779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emscripten.sh
Expand Up @@ -9,7 +9,7 @@ make distclean
make clean
rm libespeak.*
rm speak speak.bc speak.o
CXXFLAGS="-DNEED_WCHAR_FUNCTIONS" $EMSCRIPTEN/emmake make -j 4
CXXFLAGS="-DNEED_WCHAR_FUNCTIONS" $EMSCRIPTEN/emmake make -j 2 speak
mv speak speak.bc

#echo "dis"
Expand Down

0 comments on commit 86c3779

Please sign in to comment.