Enforce pthreads

Fixes #25
This commit is contained in:
BtbN 2020-11-10 15:39:22 +01:00
parent dc20dd034e
commit 32f4365117

View file

@ -54,3 +54,7 @@ ffbuild_dockerbuild() {
cd ../../.. cd ../../..
rm -rf mingw rm -rf mingw
} }
ffbuild_configure() {
echo --disable-w32threads --enable-pthreads
}