Skip to content

Commit

Permalink
TEST: use downloaded make executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed May 2, 2019
1 parent 5ca4055 commit 2c36b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/appveyor-make.bat
Expand Up @@ -40,7 +40,8 @@ if "%TOOLCHAIN%"=="cygwin" (
)

if "%TOOLCHAIN%"=="mingw" (
set "MAKE=mingw32-make"
:: set "MAKE=mingw32-make"
set "MAKE=C:\tools\make"
if "%OS%"=="64BIT" (
set "EPICS_HOST_ARCH=windows-x64-mingw"
set "INCLUDE=C:\tools\mingw64\include;%INCLUDE%"
Expand Down

0 comments on commit 2c36b55

Please sign in to comment.