Skip to content

Commit b761b9e

Browse files
authored
[sdl3] Remove explicit export of createContext. NFC (#25405)
This was fixed upstream in libsdl-org/SDL#12970
1 parent 32f46a6 commit b761b9e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/ports/sdl3.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ def get_lib_name(settings):
2525
return 'libSDL3' + ('-mt' if settings.PTHREADS else '') + '.a'
2626

2727

28-
def process_dependencies(settings, cflags_only):
29-
if not cflags_only:
30-
# SDL3 includes an internal reference to Module['createContext']
31-
settings.EXPORTED_RUNTIME_METHODS.append('createContext')
32-
33-
3428
def get(ports, settings, shared):
3529
# get the port
3630
ports.fetch_project('sdl3', f'https://github.com/libsdl-org/SDL/archive/{TAG}.zip', sha512hash=HASH)

0 commit comments

Comments
 (0)