diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 16:16:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 16:16:59 -0800 |
commit | 8e7d56453f584c3be3b1aca0f642a94278afc466 (patch) | |
tree | 448ef0ac60686ba6621b253d3f16b03cf247a401 /emlibtool | |
parent | ad34dff9ae485eafab64d68a61a193f82f3b1988 (diff) |
initial prep for emcc by default
Diffstat (limited to 'emlibtool')
-rwxr-xr-x | emlibtool | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emlibtool b/emlibtool new file mode 100755 index 00000000..1220b93d --- /dev/null +++ b/emlibtool @@ -0,0 +1,11 @@ +#!/usr/bin/env python + +''' +This is a helper script. See emcc. +''' + +import os, sys +from tools import shared + +raise Exception('TODO: emlibtool') + |