MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / exe_suffix

Function exe_suffix

test/common.py:146–147  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

144
145
146def exe_suffix(cmd):
147 return cmd + '.exe' if WINDOWS else cmd
148
149
150def compiler_for(filename, force_c=False):

Callers 1

path_without_toolFunction · 0.90

Calls

no outgoing calls

Tested by 1

path_without_toolFunction · 0.72