Skip to content

Commit c1927f2

Browse files
authored
Fix missing _emscripten_timeout deps (#18909)
1 parent 754ec17 commit c1927f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/deps_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
_deps_info = {
5454
'alarm': ['_emscripten_timeout'],
55+
'sched_yield': ['_emscripten_timeout'],
5556
'setitimer': ['_emscripten_timeout'],
5657
'SDL_GL_GetProcAddress': ['malloc'],
5758
'SDL_LockSurface': ['malloc', 'free'],
@@ -125,6 +126,7 @@
125126
'emscripten_set_touchstart_callback_on_thread': ['malloc'],
126127
'emscripten_set_visibilitychange_callback_on_thread': ['malloc'],
127128
'emscripten_set_wheel_callback_on_thread': ['malloc'],
129+
'emscripten_thread_sleep': ['_emscripten_timeout'],
128130
'emscripten_webgl_get_parameter_utf8': ['malloc'],
129131
'emscripten_webgl_get_program_info_log_utf8': ['malloc'],
130132
'emscripten_webgl_get_shader_info_log_utf8': ['malloc'],

0 commit comments

Comments
 (0)