Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ get_target_platforms
Function
get_target_platforms
scripts/build.py:119–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
assert(hasattr(build_private,
'get_tag_suffix'
))
118
119
def
get_target_platforms():
120
return
BASE_PLATFORMS + build_private.get_target_platforms()
121
122
PACKAGES_ALL=[
123
"protobuf-3.20.1"
,
Callers
2
build_sdk
Method · 0.85
build.py
File · 0.85
Calls
1
get_target_platforms
Method · 0.80
Tested by
no test coverage detected