MCPcopy Create free account
hub / github.com/celer-pkg/celer / SetMsvcEnvs

Method SetMsvcEnvs

pkgs/cmd/exec.go:50–53  ·  view source on GitHub ↗

SetMsvcEnvs sets MSVC environment configuration string (Windows only).

(msvcEnvs string)

Source from the content-addressed store, hash-verified

48
49// SetMsvcEnvs sets MSVC environment configuration string (Windows only).
50func (e *executor) SetMsvcEnvs(msvcEnvs string) *executor {
51 e.msvcEnvs = msvcEnvs
52 return e
53}
54
55// SetWorkDir sets the working directory for command execution.
56func (e *executor) SetWorkDir(workDir string) *executor {

Callers 7

ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80

Calls

no outgoing calls