Home
last modified time | relevance | path

Searched refs:die_with (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/Scripts/
H A Dandroid-configure.sh51 function die_with { function
60 test -d ${ANDROID_NDK} || die_with "Error : ANDROID_NDK '$ANDROID_NDK' does not exist."
63 test -d ${ANDROID_PREFIX} || die_with "Error : ANDROID_PREFIX '$ANDROID_PREFIX' does not exist."
66 test -d ${SYSROOT} || die_with "Error : SYSROOT '$SYSROOT' does not exist."
69 test -f ${CROSS_PREFIX}-gcc || die_with "Error : CROSS_PREFIX compiler '${CROSS_PREFIX}-gcc' does not exist."

Completed in 0 milliseconds