From 588adf2d66203bfe2698763b6f6d8700c4a2a4cb Mon Sep 17 00:00:00 2001 From: Rechi Date: Tue, 21 Nov 2017 20:18:01 +0100 Subject: [fix] missing --with-ndk to --with-ndk-(api|path) renames at e6c79d3bee --- tools/buildsteps/android-arm64-v8a/configure-depends | 2 +- tools/buildsteps/android/configure-depends | 2 +- tools/buildsteps/androidx86/configure-depends | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/buildsteps') diff --git a/tools/buildsteps/android-arm64-v8a/configure-depends b/tools/buildsteps/android-arm64-v8a/configure-depends index 95ec12cb22..c486c50861 100644 --- a/tools/buildsteps/android-arm64-v8a/configure-depends +++ b/tools/buildsteps/android-arm64-v8a/configure-depends @@ -15,7 +15,7 @@ then --with-sdk-path=$SDK_PATH \ --with-ndk-path=$NDK_PATH \ $(if [ "$SDK_VERSION" != "Default" ]; then echo --with-sdk=android-$SDK_VERSION;fi) \ - $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk=$NDK_API;fi) \ + $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk-api=$NDK_API;fi) \ --with-toolchain=$TOOLCHAIN \ --prefix=$XBMC_DEPENDS_ROOT \ --enable-neon $DEBUG_SWITCH diff --git a/tools/buildsteps/android/configure-depends b/tools/buildsteps/android/configure-depends index 81f03a0e10..095113d6a7 100644 --- a/tools/buildsteps/android/configure-depends +++ b/tools/buildsteps/android/configure-depends @@ -15,7 +15,7 @@ then --with-sdk-path=$SDK_PATH \ --with-ndk-path=$NDK_PATH \ $(if [ "$SDK_VERSION" != "Default" ]; then echo --with-sdk=android-$SDK_VERSION;fi) \ - $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk=$NDK_API;fi) \ + $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk-api=$NDK_API;fi) \ --with-toolchain=$TOOLCHAIN \ --prefix=$XBMC_DEPENDS_ROOT \ --enable-neon $DEBUG_SWITCH diff --git a/tools/buildsteps/androidx86/configure-depends b/tools/buildsteps/androidx86/configure-depends index 92baf59dd3..93f33c6573 100644 --- a/tools/buildsteps/androidx86/configure-depends +++ b/tools/buildsteps/androidx86/configure-depends @@ -15,7 +15,7 @@ then --with-sdk-path=$SDK_PATH \ --with-ndk-path=$NDK_PATH \ $(if [ "$SDK_VERSION" != "Default" ]; then echo --with-sdk=android-$SDK_VERSION;fi) \ - $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk=$NDK_API;fi) \ + $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk-api=$NDK_API;fi) \ --with-toolchain=$TOOLCHAIN \ --prefix=$XBMC_DEPENDS_ROOT $DEBUG_SWITCH fi -- cgit v1.2.3