> From: "Dan Gilbert" <d...@daentech.co.uk>
> Date: Wed, 16 Nov 2011 21:11:56 -0000
> 
> I'm trying to compile an android project using make 3.79.1 on Windows 7, but
> make can't find the android binary.
> 
> This binary is available in cmd, through which I am running make.
> 
> Does make use a different path variable in cmd than the default windows
> path?

Make uses the same Path variable, and uses the search algorithm
described in the documentation of CreateProcess API.

IOW, if cmd finds the binary, there's no reason for make not to find
it.

_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to