diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-05-14 20:32:56 -0400 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-05-14 20:32:56 -0400 |
commit | 2b2add48545101de5776c9b26701245c43a8fcb0 (patch) | |
tree | 94eb333e448ab6fa4655c79b84bc83d6083d5e59 /tools/shared.py | |
parent | a7ef69ec6fd292e2252424743b0a0dc9ed67f89f (diff) |
Add the em-config tool
This tool is useful to use in shell scripts, etc in order to access
variables defined in the ~/.emscripten file without depending on the
details on how to read and parse it.
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index c864f623..b8dc8221 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -125,6 +125,7 @@ EMAR = path_from_root('emar') EMLD = path_from_root('emld') EMRANLIB = path_from_root('emranlib') EMLIBTOOL = path_from_root('emlibtool') +EMCONFIG = path_from_root('em-config') EMMAKEN = path_from_root('tools', 'emmaken.py') AUTODEBUGGER = path_from_root('tools', 'autodebugger.py') BINDINGS_GENERATOR = path_from_root('tools', 'bindings_generator.py') |