Browse Source
*mingw32*.exe will not build the orca TUI correctly, though it may build the CLI. If the compiler name isn't specified, like with `-c gcc`, then it may default to the CC environment variable, which may be set to mingw gcc instead of 'regular' cygwin gcc. This patch to `tool` fixes this issue by guarding against the two known names of the mingw compiler .exe when the detected OS is cygwin, and ignoring them, and instead specifying `gcc` directly (unless overridden by the user with the `-c` option.)master

1 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue