From 3963936a96870fe64c2dfe74ee534bcae72530a4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 5 Jun 2010 15:31:48 +0200 Subject: [PATCH] as SDL is default on OSX, also use SDL's buildfiles for finding the DLLs --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index e49faeb8..b7f40412 100755 --- a/all +++ b/all @@ -504,7 +504,7 @@ case "$cmd" in client= export PATH="$d0/misc/buildfiles/w32:$PATH" elif [ x"`uname`" = x"Darwin" ]; then - export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS" + export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Nexuiz-SDL.app/Contents/MacOS" client=-sdl else client=-sdl -- 2.39.2