mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Remove unused code from Mac OS SDL2 build script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user