Skip to content

Commit ac27217

Browse files
authored
Fix typo from #18917 (#18922)
1 parent 9f152b8 commit ac27217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ def phase_linker_setup(options, state, newargs):
24052405
settings.DEFAULT_LIBRARY_FUNCS_TO_INCLUDE += ['$runtimeKeepalivePush']
24062406
else:
24072407
if settings.PROXY_TO_PTHREAD:
2408-
exit_with_error('-sPROXY_TO_PTHREAD requires -pthread work!')
2408+
exit_with_error('-sPROXY_TO_PTHREAD requires -pthread to work!')
24092409
settings.JS_LIBRARIES.append((0, 'library_pthread_stub.js'))
24102410

24112411
# TODO: Move this into the library JS file once it becomes possible.

0 commit comments

Comments
 (0)