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