diff options
Diffstat (limited to 'tools/depends/Makefile.include.in')
-rw-r--r-- | tools/depends/Makefile.include.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/Makefile.include.in b/tools/depends/Makefile.include.in index a35cc85c71..41a7fa869d 100644 --- a/tools/depends/Makefile.include.in +++ b/tools/depends/Makefile.include.in @@ -2,7 +2,7 @@ abs_top_srcdir=@abs_top_srcdir@ DEBUG_BUILD=@use_debug@ TOOLCHAIN=@use_toolchain@ -NDKROOT=@use_ndk@ +NDKROOT=@use_ndk_path@ SDKROOT=@use_sdk_path@ CMAKE_SOURCE_DIR=$(abspath $(abs_top_srcdir)/../../) TARBALLS_LOCATION=@use_tarballs@ @@ -11,6 +11,7 @@ HOST=@use_host@ CPU=@use_cpu@ NATIVEPLATFORM=@build_cpu@-@build_os@-native SDK_PLATFORM=@use_sdk@ +NDK_LEVEL=@use_ndk_api@ RETRIEVE_TOOL=@CURL@ ARCHIVE_TOOL=@TAR@ PREFIX=@prefix@/@deps_dir@ |