Skip to content

Commit 8c5aee7

Browse files
authored
Merge pull request emscripten-core#5683 from juj/librt_is_implicit
librt_is_implicit
2 parents b1a11db + d151522 commit 8c5aee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,6 +2281,7 @@ def path_to_system_js_libraries(library_name):
22812281
'glut': 'library_glut.js',
22822282
'm': '',
22832283
'openal': 'library_openal.js',
2284+
'rt': '',
22842285
'pthread': '',
22852286
'X11': 'library_xlib.js',
22862287
'SDL': 'library_sdl.js',

0 commit comments

Comments
 (0)