Skip to content

Commit 7cbd245

Browse files
committed
configure: Remove default NDK path value
This likely isn't always valid, and subverts auto-detection.
1 parent 0a54e4d commit 7cbd245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ valopt llvm-root "" "set LLVM root"
625625
valopt python "" "set path to python"
626626
valopt jemalloc-root "" "set directory where libjemalloc_pic.a is located"
627627
valopt build "${DEFAULT_BUILD}" "GNUs ./configure syntax LLVM build triple"
628-
valopt android-cross-path "/opt/ndk_standalone" "Android NDK standalone path (deprecated)"
628+
valopt android-cross-path "" "Android NDK standalone path (deprecated)"
629629
valopt i686-linux-android-ndk "" "i686-linux-android NDK standalone path"
630630
valopt arm-linux-androideabi-ndk "" "arm-linux-androideabi NDK standalone path"
631631
valopt aarch64-linux-android-ndk "" "aarch64-linux-android NDK standalone path"

0 commit comments

Comments
 (0)