Fix Android NDK package, previously ndk-build was not being properly put in $PATH
This commit also brings in the dependencies ndk-build needs and fixes a bug with permissions This was commited on behalf of ewemoa
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation ({
|
||||
${if useNDK then ''
|
||||
export GNUMAKE=${gnumake}/bin/make
|
||||
export NDK_HOST_AWK=${gawk}/bin/gawk
|
||||
${androidndk}/ndk-build
|
||||
${androidndk}/bin/ndk-build
|
||||
'' else ""}
|
||||
ant ${antFlags} ${if release then "release" else "debug"}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user