aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-05-14 20:32:56 -0400
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-05-14 20:32:56 -0400
commit2b2add48545101de5776c9b26701245c43a8fcb0 (patch)
tree94eb333e448ab6fa4655c79b84bc83d6083d5e59 /tools/shared.py
parenta7ef69ec6fd292e2252424743b0a0dc9ed67f89f (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.py1
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')