]> git.lizzy.rs Git - rust.git/commitdiff
configure: Remove default NDK path value
authorAlex Crichton <alex@alexcrichton.com>
Fri, 15 Jan 2016 00:19:41 +0000 (16:19 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 11 Feb 2016 18:42:45 +0000 (10:42 -0800)
This likely isn't always valid, and subverts auto-detection.

configure

index dde17e76d8a865123fc128a0dd94d9a483553464..631c5f49f0643a40045588f1e204f00bd2e1610c 100755 (executable)
--- a/configure
+++ b/configure
@@ -625,7 +625,7 @@ valopt llvm-root "" "set LLVM root"
 valopt python "" "set path to python"
 valopt jemalloc-root "" "set directory where libjemalloc_pic.a is located"
 valopt build "${DEFAULT_BUILD}" "GNUs ./configure syntax LLVM build triple"
-valopt android-cross-path "/opt/ndk_standalone" "Android NDK standalone path (deprecated)"
+valopt android-cross-path "" "Android NDK standalone path (deprecated)"
 valopt i686-linux-android-ndk "" "i686-linux-android NDK standalone path"
 valopt arm-linux-androideabi-ndk "" "arm-linux-androideabi NDK standalone path"
 valopt aarch64-linux-android-ndk "" "aarch64-linux-android NDK standalone path"