- dir C:\msys64
- dir C:\msys64\mingw64
- dir C:\msys64\mingw64\bin
- - dir C:\msys64\mingw64\bin\*make*.exe
+ # - dir C:\msys64\mingw64\bin\*make*.exe
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
# - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
# - SET PERL5LIB=%PERL5LIB%;C:/_P5/lib/perl5
dir C:\msys64\mingw64\bin || ( echo Failed & exit /B 1 )
- dir C:\msys64\mingw64\bin\*make*.exe || ( echo Failed & exit /B 1
- )
-
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
- || ( echo Failed & exit /B 1 )
-
perl -v || ( echo Failed & exit /B 1 )
git clone https://github.com/clibs/cmocka libtap || ( echo Failed
cmds.insert(idx, "SET CC=cc")
for cmd in cmds:
+ if cmd.startswith("copy C:\\msys64\\mingw64\\bin" +
+ "\\mingw32-make.exe "):
+ continue
if cmd.startswith("C:\\cygwin64\\setup"):
continue
cmd = cmd.replace("cygwin64", "cygwin")