diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-08 20:31:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-08 20:31:56 -0800 |
commit | b3ab733682b4e909b5f52f8d9c4964332abd4817 (patch) | |
tree | 9f6fff798beca697c76154239a63b067f1e7731b /tools/system_libs.py | |
parent | 2ab9b016dcb2df413a62e10c3297ea195c7530d1 (diff) |
system libs fixes
Diffstat (limited to 'tools/system_libs.py')
-rw-r--r-- | tools/system_libs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index 42c9d67c..28a62f89 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -1,7 +1,8 @@ import os, json, logging import shared +from tools.shared import execute -def calculate(temp_files): +def calculate(temp_files, in_temp, stdout, stderr): # Check if we need to include some libraries that we compile. (We implement libc ourselves in js, but # compile a malloc implementation and stdlibc++.) |