fix x264 finite-math and capnproto -fPIC (#22)

This commit is contained in:
Adeeb Shihadeh
2026-02-24 18:34:16 -08:00
committed by GitHub
parent 57b632b00a
commit a3eeb36555
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ if [ ! -d "x264-src" ]; then
fi
cd x264-src
./configure \
CFLAGS="-fno-finite-math-only" ./configure \
--prefix="$PREFIX" \
--enable-static \
--disable-shared \