Skip to content

Commit 623470e

Browse files
author
Markus Perl
committed
if fix
1 parent bb9ad6e commit 623470e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ else
417417
build_done "nettle" "3.8"
418418
fi
419419

420-
if ! $ARCH == 'arm64'; then
420+
if [[ ! $ARCH == 'arm64' ]]; then
421421
if build "gnutls" "3.6.16"; then
422422
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz"
423423
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --with-included-unistring --without-p11-kit CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"

0 commit comments

Comments
 (0)