diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-01-14 16:19:41 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-02-11 10:42:45 -0800 |
| commit | 7cbd2457adcd2a47f6e716983bb618541ec25633 (patch) | |
| tree | d4b70f3340b85c9a103f3087ec62abb400daf285 | |
| parent | 0a54e4dd8704b2850f083c62ca782886e5587d18 (diff) | |
| download | rust-7cbd2457adcd2a47f6e716983bb618541ec25633.tar.gz rust-7cbd2457adcd2a47f6e716983bb618541ec25633.zip | |
configure: Remove default NDK path value
This likely isn't always valid, and subverts auto-detection.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index dde17e76d8a..631c5f49f06 100755 --- 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" |
