diff --git a/tools/builder/core.sh b/tools/builder/core.sh index f30643b5..98cb9759 100644 --- a/tools/builder/core.sh +++ b/tools/builder/core.sh @@ -512,6 +512,7 @@ setup() { # binary smaller. if [ "$target_os" = windows ] && [ "$target_bits" -eq 32 ]; then BUILD_FFMPEG= + PROJECT_ARGS="$PROJECT_ARGS -DENABLE_OPENAL=NO" fi if [ -z "$BUILD_FFMPEG" ]; then