Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored and impact-maker committed Mar 17, 2023
1 parent 8235a4e commit cac2259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,7 @@ def phase_linker_setup(options, state, newargs):
settings.DEFAULT_LIBRARY_FUNCS_TO_INCLUDE += ['$runtimeKeepalivePush']
else:
if settings.PROXY_TO_PTHREAD:
exit_with_error('-sPROXY_TO_PTHREAD requires -pthread work!')
exit_with_error('-sPROXY_TO_PTHREAD requires -pthread to work!')
settings.JS_LIBRARIES.append((0, 'library_pthread_stub.js'))

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

0 comments on commit cac2259

Please sign in to comment.