diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-16 14:17:38 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-16 14:17:38 -0700 |
commit | 350fa1956b8f3c371c964947070d5614aa8c9e78 (patch) | |
tree | 939931de48c0dedb2a627eea9848e949f13f0be9 | |
parent | a2c5f0750106905b04bad0175a5bd0dfb4b8ac3c (diff) |
emmaken docs
-rwxr-xr-x | tools/emmaken.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/emmaken.py b/tools/emmaken.py index c69fc216..f97eaa4f 100755 --- a/tools/emmaken.py +++ b/tools/emmaken.py @@ -51,6 +51,14 @@ to run g++ on it despite the .c extension, see https://github.com/kripken/emscripten/issues/6 (If a similar situation occurs with ./configure, you can do the same there too.) + +emmaken can be influenced by a few environment variables: + + EMMAKEN_NO_SDK - Will tell emmaken *not* to use the emscripten headers. Instead + your system headers will be used. + + EMMAKEN_COMPILER - The compiler to be used, if you don't want the default clang. + ''' import sys |