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 /emcc | |
parent | 2ab9b016dcb2df413a62e10c3297ea195c7530d1 (diff) |
system libs fixes
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1411,7 +1411,7 @@ try: if not LEAVE_INPUTS_RAW and \ not shared.Settings.BUILD_AS_SHARED_LIB and \ not shared.Settings.SIDE_MODULE: # shared libraries/side modules link no C libraries, need them in parent - extra_files_to_link = system_libs.calculate(temp_files) + extra_files_to_link = system_libs.calculate(temp_files, in_temp, stdout, stderr) else: extra_files_to_link = [] |