From 35d70b5ce898799d88ae9a44311d212899dd1390 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 24 Mar 2014 15:04:28 +0100 Subject: [PATCH] Add missing dependency for sdl compilation under mingw32 --- misc/tools/all/xonotic.subr | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.2