This commit is contained in:
Alon Zakai 2011-10-16 14:17:38 -07:00
Родитель a2c5f07501
Коммит 350fa1956b
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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