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

Method MSYS2Env

pkgs/cmd/exec.go:44–47  ·  view source on GitHub ↗

MSYS2Env enables/disables MSYS2 environment mode (Windows only).

(msys2Env bool)

Source from the content-addressed store, hash-verified

42
43// MSYS2Env enables/disables MSYS2 environment mode (Windows only).
44func (e *executor) MSYS2Env(msys2Env bool) *executor {
45 e.msys2Env = msys2Env
46 return e
47}
48
49// SetMsvcEnvs sets MSVC environment configuration string (Windows only).
50func (e *executor) SetMsvcEnvs(msvcEnvs string) *executor {

Callers 13

checkIfInstalledMethod · 0.80
installMethod · 0.80
isPackageInstalledMethod · 0.80
queryGroupPackagesMethod · 0.80
isGroupPackageMethod · 0.80
preConfigureMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
preConfigureMethod · 0.80
postConfigureMethod · 0.80
fixBuildMethod · 0.80

Calls

no outgoing calls

Tested by 1