From 9ed4628f3669ce3a9fa3ba73490d1488a61d9d37 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 23 Dec 2023 17:23:16 +0100 Subject: [PATCH] Fix typo Signed-off-by: falkTX --- bootstrap-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-common.sh b/bootstrap-common.sh index d465608..9678eff 100755 --- a/bootstrap-common.sh +++ b/bootstrap-common.sh @@ -403,7 +403,7 @@ fi # --------------------------------------------------------------------------------------------------------------------- # libsamplerate -if [ -z "${PAWPAW_SKIP_SAMPLERATE}" ] && [ "${PAWPAW_SKIP_SAMPLERATE}" -eq 1 ]; then +if [ -n "${PAWPAW_SKIP_SAMPLERATE}" ] && [ "${PAWPAW_SKIP_SAMPLERATE}" -eq 1 ]; then LIBSAMPLERATE_EXTRAFLAGS="--disable-fftw"