Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tools/ports/sdl3.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ def get_lib_name(settings):
return 'libSDL3' + ('-mt' if settings.PTHREADS else '') + '.a'


def process_dependencies(settings, cflags_only):
if not cflags_only:
# SDL3 includes an internal reference to Module['createContext']
settings.EXPORTED_RUNTIME_METHODS.append('createContext')


def get(ports, settings, shared):
# get the port
ports.fetch_project('sdl3', f'https://github.com/libsdl-org/SDL/archive/{TAG}.zip', sha512hash=HASH)
Expand Down