Enforce pthreads

Fixes #25
This commit is contained in:
BtbN 2020-11-10 15:39:22 +01:00
parent dc20dd034e
commit 32f4365117
1 changed files with 4 additions and 0 deletions

View File

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