mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
builder: disable openal for 32 bit mingw.
XP users may not have openal, and it's not an important feature. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user