]> git.xonotic.org Git - xonotic/darkplaces.git/blob - Darkplaces.app/Contents/MacOS/darkplaces-osx-sdl
zone: Do a straight malloc on non-Windows
[xonotic/darkplaces.git] / Darkplaces.app / Contents / MacOS / darkplaces-osx-sdl
1 #!/bin/sh
2
3 # Get dylib files from the same dir as the executable
4 export DYLD_LIBRARY_PATH="${0%/*}"
5
6 set -- "$0"-bin "$@"
7
8 exec "$@"