Commit 2f5a8f6
committed
fix broken Windows builds
First issue: pgroup is not available on Windows. new_pgroup should be
used instead. This broke in commit 790755c
(#763). Fixes #791.
Second issue: the mingw libssh2 package, which is required for building rugged,
is not installed out of the box on RubyInstaller with MSYS2.
This PR adds it to the dependency list so that installing the rugged gem
automatically pulls in the mingw libssh2 package as documented here:
https://github.com/oneclick/rubyinstaller2/wiki/For-gem-developers#-msys2-library-dependency
(related to PR #770).1 parent 33873e5 commit 2f5a8f6
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
0 commit comments