projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623a131
)
try setting DYLD_LIBRARY_PATH for OSX
author
Rudolf Polzer <divverent@alientrap.org>
Fri, 7 May 2010 07:40:03 +0000
(09:40 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Fri, 7 May 2010 07:40:03 +0000
(09:40 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 6bbac8fe7df098081e5af0f300833436d44a9972..17314d90718e1024db3101404ff9e3a449d994e1 100755
(executable)
--- a/
all
+++ b/
all
@@
-463,6
+463,9
@@
case "$cmd" in
if [ -n "$WE_HATE_OUR_USERS" ]; then
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"
+ client=-sdl
else
client=-sdl
fi