Add note about passing through env var with docker

poljar/cmake_sas
David Baker 2018-10-10 19:40:01 +01:00
parent 44f78cf4fe
commit 1dbb060c44
1 changed files with 3 additions and 0 deletions

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