Skip to content

Commit ae29aec

Browse files
committed
[WIP] Update SDL2 port
Waiting on libsdl-org/SDL#8253 before we land this
1 parent 0be5b60 commit ae29aec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tools/ports/sdl2.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
import os
77

8-
TAG = 'release-2.24.2'
9-
HASH = 'b178bdc8f7c40271e09a72f639649d1d61953dda4dc12b77437259667b63b961fd3b2c67b0de6fdc5f9f9c80c49bfafd164e4c13715bc1056e550acc8bad5a3c'
8+
TAG = '70a2ac2f1c1ce6509252ae588ba54fff31063f32'
9+
HASH = 'd30504d96456ac5c9f9c279e7d6f3ee961d287db303f4c2f51df07d3a4d1e4f4627e58cbc9a7b058e817efcc3ff13233a8bd88c4c56b627ae4228dc928915748'
1010
SUBDIR = 'SDL-' + TAG
1111

1212
variants = {'sdl2-mt': {'PTHREADS': 1}}
@@ -81,11 +81,6 @@ def clear(ports, settings, shared):
8181
shared.cache.erase_lib(get_lib_name(settings))
8282

8383

84-
def linker_setup(ports, settings):
85-
# TODO(sbc): Move these into native code use EM_JS_DEPS macro.
86-
settings.DEFAULT_LIBRARY_FUNCS_TO_INCLUDE += ['$autoResumeAudioContext', '$dynCall']
87-
88-
8984
def process_args(ports):
9085
return ['-I' + ports.get_include_dir('SDL2')]
9186

0 commit comments

Comments
 (0)