aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-07 16:45:33 -0500
committerAlon Zakai <alonzakai@gmail.com>2014-02-07 16:45:33 -0500
commit2c1fbefac1c226805cdbff6311dc6b22c6bebed7 (patch)
treecb18c862161079c71c6a1875f3ab7071f95ad7ad /emcc
parent4a2e11d8d484fad8440e56e49fb2ad9932dbe570 (diff)
TODO
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/emcc b/emcc
index 1e1e6621..9f62d180 100755
--- a/emcc
+++ b/emcc
@@ -1745,6 +1745,8 @@ try:
# added to here, because our deps go only one way (each library here is checked, then we check the next
# in order - libcxx, libcxextra, etc. - and then we run the JS compiler and provide extra symbols from
# library*.js files. But we cannot then go back to the C libraries if a new dep was added!
+ # TODO: Move all __deps from src/library*.js to deps_info.json, and use that single source of info
+ # both here and in the JS compiler.
deps_info = json.loads(open(shared.path_from_root('src', 'deps_info.json')).read())
def add_back_deps(need):
for ident, deps in deps_info.iteritems():