diff options
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++.) |