Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
9ed4628f36
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-common.sh

+ 1
- 1
bootstrap-common.sh View File

@@ -403,7 +403,7 @@ fi
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# libsamplerate # 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" LIBSAMPLERATE_EXTRAFLAGS="--disable-fftw"




Loading…
Cancel
Save