Skip to content

Commit ad87dc9

Browse files
committed
Update Makefile-common.in to work with mingw
Fix /bin/sh: C:Strawberryperlbinperl.exe: command not found errors with mingw build without (hopefully) breaking other builds.
1 parent 6d3179e commit ad87dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build/Makefile-common.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ CHMOD = $(PERL) -MExtUtils::Command -e chmod
9898
CP = $(PERL) -MExtUtils::Command -e cp
9999
RM_RF = $(PERL) -MExtUtils::Command -e rm_rf
100100
RM_F = $(PERL) -MExtUtils::Command -e rm_f
101+
SHELL = @shell@
101102

102103
SYSROOT = @sysroot@
103104
PREFIX = @prefix@

0 commit comments

Comments
 (0)