appveyor/ci

VS 2019 image: 'make' is not recognized

Yuri05 opened this issue · 4 comments

Hi,

I'm trying to call make on a Visual Studio 2019 build image.
I have set the VS2019-x64 command line environment via
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"

However when trying to call make after that I'm getting the error message:
'make' is not recognized as an internal or external command, operable program or batch file.

Any advice what might be missing?

grafik

What directory is make.exe tool located in?

my bad, never mind.
I wrongly assumed make would be part of VS

Strange, right? I've seen people installing it with "choco install make" or use one from mingw.

Yes, strange...