[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot find android binary
From: |
Eli Zaretskii |
Subject: |
Re: Cannot find android binary |
Date: |
Thu, 17 Nov 2011 05:52:34 +0200 |
> From: "Dan Gilbert" <address@hidden>
> 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.