Deepthi
09/09/2023, 12:11 PMMitch Bailey
09/09/2023, 12:46 PMmake
has a space in it that causes problems.
C:/Program Files
You need to figure out how to escape that.
A quick and dirty solution might be to put something like
MAKE=C:/Program\\\ Files/Git/ming64/bin/make.exe
at the start of your Makefile. You’d have to play around to figure out how many \
you need.Deepthi
09/09/2023, 12:52 PM