Add note about passing through env var with docker
This commit is contained in:
parent
44f78cf4fe
commit
1dbb060c44
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue