diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-24 16:00:24 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 15:31:02 -0700 |
commit | fac77c3ff04c2f228389fd3697239db263f62ab6 (patch) | |
tree | bd3529623087330da0ac84914c8601c8cd034198 /tools | |
parent | fc397a94391958b13c06762957961f73447dabc9 (diff) |
initial setup
Diffstat (limited to 'tools')
-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 2c352f1c..fc6950d5 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -400,6 +400,7 @@ EMAR = path_from_root('emar') EMRANLIB = path_from_root('emranlib') EMLIBTOOL = path_from_root('emlibtool') EMCONFIG = path_from_root('em-config') +EMLINK = path_from_root('emlink.py') EMMAKEN = path_from_root('tools', 'emmaken.py') AUTODEBUGGER = path_from_root('tools', 'autodebugger.py') BINDINGS_GENERATOR = path_from_root('tools', 'bindings_generator.py') |