Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_lib_name
Function
get_lib_name
tools/ports/sdl2.py:20–21 ·
view source on GitHub ↗
(settings)
Source
from the content-addressed store, hash-verified
18
19
20
def
get_lib_name(settings):
21
return
'libSDL2'
+ (
'-mt'
if
settings.PTHREADS
else
''
) +
'.a'
22
23
24
def
process_dependencies(settings, cflags_only):
Callers
2
get
Function · 0.70
clear
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected