MCPcopy Create free account
hub / github.com/defold/defold / platform_is_linux

Function platform_is_linux

editor/scripts/bundle.py:112–113  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

110 return platform.endswith("-win32")
111
112def platform_is_linux(platform):
113 return platform.endswith("-linux")
114
115def log(msg):
116 print(msg)

Callers 1

create_bundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected