Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
def
platform_is_linux(platform):
113
return
platform.endswith(
"-linux"
)
114
115
def
log(msg):
116
print(msg)
Callers
1
create_bundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected