MCPcopy Create free account
hub / github.com/algorithm-archivists/algorithm-archive / generate

Function generate

builders/racket.py:27–37  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

25 env.Detect('raco')
26
27def generate(env):
28 env['RACO'] = _detect(env)
29 env['RACOFLAGS'] = []
30
31 racket_builder = Builder(
32 action='"$RACO" exe -o $TARGET $RACOFLAGS $SOURCE',
33 src_suffix='.rkt',
34 suffix='$PROGSUFFIX',
35 )
36
37 env.Append(BUILDERS={'Racket': racket_builder})

Callers

nothing calls this directly

Calls 1

_detectFunction · 0.70

Tested by

no test coverage detected