]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Use default (shared linking) instead of dlopen for libjpeg in Windows dev/git builds
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 27 Dec 2023 05:39:46 +0000 (15:39 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 27 Dec 2023 13:48:49 +0000 (23:48 +1000)
misc/tools/all/xonotic.subr

index ed69868601535f7b482f3cbe6e78f28235227c3e..22b873d56f360753ecb3676a089a3f0c9d2958ef 100644 (file)
@@ -137,11 +137,6 @@ case "$cmd" in
                        MAKEFLAGS=-$(echo $MAKEFLAGS)                  # echo here and above will trim whitespaces
                fi
 
-               if [ -n "$WE_HATE_OUR_USERS" ]; then
-                       # win32: don't rely on jpeg includes
-                       MAKEFLAGS="$MAKEFLAGS LIB_JPEG= CFLAGS_LIBJPEG="
-               fi
-
                if [ x"`uname`" = x"Darwin" ]; then
                        # osx: use SDL2
                        f=$d0/misc/buildfiles/osx/Xonotic.app/Contents/Frameworks