You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is still a need to have make.exe available in the PATH when building android examples under Windows (10).
I tend to have as few as possible in my PATH by default (unlike *nix systems).
Once using the one under fips-sdks\android\ndk-bundle\prebuilt\windows-x86_64\bin, everything is built correctly.
error msg:
[ERROR] build tool(s) make not found
merci
The text was updated successfully, but these errors were encountered:
If the build then works we can easily remove the requirement that make is in the path, otherwise there's not much that can be done I guess.
What I do to prevent PATH pollution on Windows is to install any cmdline tools via scoop: https://scoop.sh/, scoop only adds a single new directory to the PATH, and then puts links to all installed command line tools into this directory.
Hi
There is still a need to have make.exe available in the PATH when building android examples under Windows (10).
I tend to have as few as possible in my PATH by default (unlike *nix systems).
Once using the one under fips-sdks\android\ndk-bundle\prebuilt\windows-x86_64\bin, everything is built correctly.
error msg:
[ERROR] build tool(s) make not found
merci
The text was updated successfully, but these errors were encountered: