From: terencehill Date: Mon, 24 Mar 2014 14:04:28 +0000 (+0100) Subject: Add missing dependency for sdl compilation under mingw32 X-Git-Tag: xonotic-v0.8.0~35^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35d70b5ce898799d88ae9a44311d212899dd1390;p=xonotic%2Fxonotic.git Add missing dependency for sdl compilation under mingw32 --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 96a82a30..f24a0512 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -105,6 +105,9 @@ case "$cmd" in case "$X" in sdl) TARGETS="$TARGETS sdl-$debug" + if [ -n "$WE_HATE_OUR_USERS" ]; then + export PATH="$PATH:$d0/misc/builddeps/win32/sdl/bin" + fi ;; agl) TARGETS="$TARGETS cl-$debug"