From bac383da44b3d8257f60d1a1aebafcb83e878cce Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 17 Aug 2010 11:48:36 +0200 Subject: [PATCH] remove win64 DLLs from PATH, as this does not work --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index 5b7ca9fe..92e54cb6 100755 --- a/all +++ b/all @@ -598,7 +598,7 @@ case "$cmd" in run) if [ -n "$WE_HATE_OUR_USERS" ]; then client= - export PATH="$d0/misc/buildfiles/win64:$d0/misc/buildfiles/win32:$PATH" + export PATH="$d0/misc/buildfiles/win32:$PATH" elif [ x"`uname`" = x"Darwin" ]; then export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS" export DYLD_FRAMEWORK_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks" -- 2.39.2