Skip to content

Commit 1990056

Browse files
LeaNumworksEmilieNumworks
authored andcommitted
[build/toolchain] Add SDL_Delay to the whitelist
Otherwise the execution crashes on emscriten.
1 parent 6cd84d8 commit 1990056

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/toolchain.emscripten.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ __ZN6Escher8TextArea18privateHandleEventEN3Ion6Events5EventE \
124124
__ZN6Escher8TextArea11handleEventEN3Ion6Events5EventE \
125125
__ZN6Escher15ExpressionField11handleEventEN3Ion6Events5EventE \
126126
__ZN3Ion14CircuitBreaker14loadCheckpointENS0_14CheckpointTypeE \
127-
_msleep
127+
_msleep \
128+
_SDL_Delay
128129

129130
EMTERPRETIFY_WHITELIST = $(foreach sym,$(EMSCRIPTEN_ASYNC_SYMBOLS),"$(sym)",)END
130131
EMFLAGS = -s PRECISE_F32=1 -s EMTERPRETIFY=1 -s EMTERPRETIFY_ASYNC=1 -s EMTERPRETIFY_WHITELIST='[$(EMTERPRETIFY_WHITELIST:,END=)]'

0 commit comments

Comments
 (0)