Skip to content

Commit

Permalink
Also build libc_rt_wasm with -mt when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Sep 25, 2020
1 parent b3db6a9 commit 7955ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/system_libs.py
Expand Up @@ -1206,7 +1206,7 @@ class CompilerRTLibrary(Library):
force_object_files = True


class libc_rt_wasm(AsanInstrumentedLibrary, CompilerRTLibrary, MuslInternalLibrary):
class libc_rt_wasm(AsanInstrumentedLibrary, CompilerRTLibrary, MuslInternalLibrary, MTLibrary):
name = 'libc_rt_wasm'

def get_files(self):
Expand Down

0 comments on commit 7955ce2

Please sign in to comment.