projects
/
xonotic
/
xonotic.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
oops, these files shouldn't have been deleted
[xonotic/xonotic.git]
/
misc
/
buildfiles
/
osx
/
Xonotic-SDL.app
/
Contents
/
MacOS
/
xonotic-osx-sdl
1
#!/bin/sh
2
3
export DYLD_LIBRARY_PATH="${0%/*}"
4
# same dir as the executable
5
6
exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0"
7