do not include system libs in shared libs

This commit is contained in:
Alon Zakai 2014-02-07 11:32:53 -05:00
Родитель 484a2d3a16
Коммит f546a415cc
1 изменённых файлов: 1 добавлений и 1 удалений

2
emcc
Просмотреть файл

@ -1411,7 +1411,7 @@ try:
extra_files_to_link = []
if not LEAVE_INPUTS_RAW and \
not shared.Settings.BUILD_AS_SHARED_LIB == 2 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
# Check if we need to include some libraries that we compile. (We implement libc ourselves in js, but