SDLnet compile on Mac OS X is broken, disable again

This commit is contained in:
Jonathan Campbell
2019-02-10 14:15:17 -08:00
parent aba9ed33d0
commit 265fa05c30

View File

@@ -16,9 +16,11 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
echo Compiling our internal SDL 1.x
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
# FIXME: SDLnet will compile a static library that targets a foreign architecture,
# and then ld will complain about it????????
# prefer to compile against our own copy of SDLnet 1.x
echo Compiling our internal SDLnet 1.x
(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
#echo Compiling our internal SDLnet 1.x
#(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
# perfer to compile against our own zlib
echo Compiling our internal zlib