-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved windows host support (git bash & cygwin)
When using windows as a host OS, GOROOT must be a Windows path. This condition applies whenever invoking go, either as part of the installation or when written into the .env file. Also, the .exe files in the Windows Go distribution do not have an executable flag set. This change addresses both of these issues, allowing at least binary installs to run correctly when running under git bash or cygwin.
- Loading branch information
Showing
1 changed file
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters