diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-11-21 20:18:01 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-11-21 20:18:01 +0100 |
commit | 588adf2d66203bfe2698763b6f6d8700c4a2a4cb (patch) | |
tree | 1d67d0a0a739c3cde97841e3a5a4cc104c049a04 /tools/buildsteps | |
parent | 7307833da2ad26c15b15d29fc8369da2805825d9 (diff) |
[fix] missing --with-ndk to --with-ndk-(api|path) renames at e6c79d3bee
Diffstat (limited to 'tools/buildsteps')
-rw-r--r-- | tools/buildsteps/android-arm64-v8a/configure-depends | 2 | ||||
-rw-r--r-- | tools/buildsteps/android/configure-depends | 2 | ||||
-rw-r--r-- | tools/buildsteps/androidx86/configure-depends | 2 |
3 files changed, 3 insertions, 3 deletions
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 |