]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl
baa88281819a96ff275648d7dd77d6c269a4a7e1
[xonotic/xonotic.git] / misc / buildfiles / osx / Xonotic.app / Contents / MacOS / xonotic-osx-agl
1 #!/bin/sh
2
3 export DYLD_LIBRARY_PATH="${0%/*}"
4         # same dir as the executable
5
6 set -- "$0"-bin "$@" -notexturenonpoweroftwo
7
8 exec "$@"