]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/xonotic.subr
Remove buildfiles: second copy of SDL for Mac specific to dev/git builds, and related...
[xonotic/xonotic.git] / misc / tools / all / xonotic.subr
index 22b873d56f360753ecb3676a089a3f0c9d2958ef..3797bfd6933d6f5657c90b9a5cf5b87ca7b0cdd0 100644 (file)
@@ -137,12 +137,6 @@ case "$cmd" in
                        MAKEFLAGS=-$(echo $MAKEFLAGS)                  # echo here and above will trim whitespaces
                fi
 
-               if [ x"`uname`" = x"Darwin" ]; then
-                       # osx: use SDL2
-                       f=$d0/misc/buildfiles/osx/Xonotic.app/Contents/Frameworks
-                       MAKEFLAGS="$MAKEFLAGS SDLCONFIG_MACOSXCFLAGS=-I$f/SDL2.framework/Headers SDLCONFIG_MACOSXLIBS=-F$f SDLCONFIG_MACOSXLIBS+=-framework SDLCONFIG_MACOSXLIBS+=SDL2 SDLCONFIG_MACOSXLIBS+=-framework SDLCONFIG_MACOSXLIBS+=Cocoa SDLCONFIG_MACOSXLIBS+=-I$f/SDL2.framework/Headers SDLCONFIG_MACOSXSTATICLIBS=-F$f SDLCONFIG_MACOSXSTATICLIBS+=-framework SDLCONFIG_MACOSXSTATICLIBS+=SDL2 SDLCONFIG_MACOSXSTATICLIBS+=-framework SDLCONFIG_MACOSXSTATICLIBS+=Cocoa SDLCONFIG_MACOSXSTATICLIBS+=-I$f/SDL2.framework/Headers"
-               fi
-
                # workaround ARM issue in DP's makefile.inc
                case `uname -m` in
                        x86_64|*86)