diff --git a/B/Bison/build_tarballs.jl b/B/Bison/build_tarballs.jl index 8758d274ef7..d2d7d5f23f0 100644 --- a/B/Bison/build_tarballs.jl +++ b/B/Bison/build_tarballs.jl @@ -13,7 +13,7 @@ sources = [ # Bash recipe for building across all platforms script = raw""" cd $WORKSPACE/srcdir/bison-* -./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} +./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} --enable-relocatable make -j${nproc} make install """