Skip to content

Commit 7955ce2

Browse files
committed
Also build libc_rt_wasm with -mt when needed
1 parent b3db6a9 commit 7955ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ class CompilerRTLibrary(Library):
12061206
force_object_files = True
12071207

12081208

1209-
class libc_rt_wasm(AsanInstrumentedLibrary, CompilerRTLibrary, MuslInternalLibrary):
1209+
class libc_rt_wasm(AsanInstrumentedLibrary, CompilerRTLibrary, MuslInternalLibrary, MTLibrary):
12101210
name = 'libc_rt_wasm'
12111211

12121212
def get_files(self):

0 commit comments

Comments
 (0)