diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 16:45:33 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 16:45:33 -0500 |
commit | 2c1fbefac1c226805cdbff6311dc6b22c6bebed7 (patch) | |
tree | cb18c862161079c71c6a1875f3ab7071f95ad7ad /emcc | |
parent | 4a2e11d8d484fad8440e56e49fb2ad9932dbe570 (diff) |
TODO
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(): |