MCPcopy 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

117assert(hasattr(build_private, 'get_tag_suffix'))
118
119def get_target_platforms():
120 return BASE_PLATFORMS + build_private.get_target_platforms()
121
122PACKAGES_ALL=[
123 "protobuf-3.20.1",

Callers 2

build_sdkMethod · 0.85
build.pyFile · 0.85

Calls 1

get_target_platformsMethod · 0.80

Tested by

no test coverage detected