From 1396355fe80fb6e629a982048973dd91efb0736c Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 2 Oct 2022 16:27:41 -0700 Subject: [PATCH] Remove unused code from Mac OS SDL2 build script --- build-macos-sdl2 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-macos-sdl2 b/build-macos-sdl2 index 05ea294b9..d73ca4069 100755 --- a/build-macos-sdl2 +++ b/build-macos-sdl2 @@ -13,11 +13,8 @@ if test -z "$top" ; then exit 1; fi chmod +x vs/sdl/build-scripts/strip_fPIC.sh # prefer to compile against our own copy of SDL 2.x IF the system does not provide one -x=`which sdl2-config` -#if test -z "$x" ; then - echo Compiling our internal SDL 2.x - (cd vs/sdl2 && ./build-dosbox.sh) || exit 1 -#fi +echo Compiling our internal SDL 2.x +(cd vs/sdl2 && ./build-dosbox.sh) || exit 1 # prefer to compile against our own zlib echo Compiling our internal zlib