filezilla: fix build for x86

This commit is contained in:
Gerasim Troeglazov
2025-03-04 08:02:32 +10:00
parent 0455a0985d
commit 50d67e6338

View File

@@ -89,7 +89,11 @@ BUILD()
autoreconf
mkdir -p build
cd build
CFLAGS=$cflags LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus
runConfigure ../configure \
--disable-shellext \
--without-dbus \
CFLAGS=$cflags \
LDFLAGS=-lbe
make $jobArgs
}