Add note about passing through env var with docker

This commit is contained in:
David Baker 2018-10-10 19:40:01 +01:00
parent 44f78cf4fe
commit 1dbb060c44

View file

@ -31,6 +31,9 @@ To build the javascript bindings, install emscripten from http://kripken.github.
make js
Note that if you run emscripten in a docker container, you need to pass through
the EMCC_CLOSURE_ARGS environment variable.
To build the android project for Android bindings, run:
.. code:: bash