mark emcc -E as not emitting js or bitcode

This commit is contained in:
Alon Zakai 2015-04-20 15:54:26 -07:00
Родитель d1404ba742
Коммит dbf506a982
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -820,6 +820,8 @@ try:
assert has_source_inputs or has_header_inputs, 'Must have source code or header inputs to use -c'
target = target_basename + '.o'
final_suffix = 'o'
if '-E' in newargs:
final_suffix = 'eout' # not bitcode, not js; something else
final_ending = ('.' + final_suffix) if len(final_suffix) > 0 else ''
# Find library files