Skip to content

Commit

Permalink
Merge pull request #438 from BishopFox/stage
Browse files Browse the repository at this point in the history
Fix default path for mingw on macos
  • Loading branch information
moloch-- authored Jun 18, 2021
2 parents 1231b8c + 7c66ce8 commit e600f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/generate/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ var (
},
"darwin": {
"windows": {
"386": "/usr/bin/i686-w64-mingw32-gcc",
"amd64": "/usr/bin/x86_64-w64-mingw32-gcc",
"386": "/usr/local/bin/i686-w64-mingw32-gcc",
"amd64": "/usr/local/bin/x86_64-w64-mingw32-gcc",
},
"linux": {
// brew install FiloSottile/musl-cross/musl-cross
Expand Down

0 comments on commit e600f9f

Please sign in to comment.