We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f46a6 commit b761b9eCopy full SHA for b761b9e
tools/ports/sdl3.py
@@ -25,12 +25,6 @@ def get_lib_name(settings):
25
return 'libSDL3' + ('-mt' if settings.PTHREADS else '') + '.a'
26
27
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
34
def get(ports, settings, shared):
35
# get the port
36
ports.fetch_project('sdl3', f'https://github.com/libsdl-org/SDL/archive/{TAG}.zip', sha512hash=HASH)
0 commit comments