projects
/
xonotic
/
xonotic.git
/ blob
1926bbdeee85666c054e98bbb7bfddb9dde34f8e
[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