Mac OS X: Lets compile our own SDL2 now

This commit is contained in:
Jonathan Campbell
2019-11-03 18:12:09 -08:00
parent 13b453e0e6
commit 22e3ed8870

View File

@@ -13,11 +13,11 @@ if test -z "$top" ; then exit 1; fi
chmod +x vs2015/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
#x=`which sdl2-config`
#if test -z "$x" ; then
echo Compiling our internal SDL 2.x
(cd vs2015/sdl2 && ./build-dosbox.sh) || exit 1
fi
#fi
# perfer to compile against our own zlib
echo Compiling our internal zlib