Remove unused code from Mac OS SDL2 build script

This commit is contained in:
Jonathan Campbell
2022-10-02 16:27:41 -07:00
parent 4ac42357cb
commit 1396355fe8

View File

@@ -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