You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DevKit only ships with make.exe, but e.g. rake-compiler givesprecedence to gmake. If other tools like Strawberry Perl that provide gmake are in PATH, a build of native extensions would fail as that gmake likely does not understand MSYS paths.
A way to fix this would be to provide an alias / copy of make named gmake. At least rake-compiler would also allow to override the make tool by setting the MAKE environment variable, but that's probably harder to get right.
The text was updated successfully, but these errors were encountered:
The DevKit only ships with
make.exe
, but e.g. rake-compiler gives precedence togmake
. If other tools like Strawberry Perl that providegmake
are inPATH
, a build of native extensions would fail as thatgmake
likely does not understand MSYS paths.A way to fix this would be to provide an alias / copy of
make
namedgmake
. At least rake-compiler would also allow to override the make tool by setting theMAKE
environment variable, but that's probably harder to get right.The text was updated successfully, but these errors were encountered: