]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl
remove the -agl build
[xonotic/xonotic.git] / misc / buildfiles / osx / Xonotic.app / Contents / MacOS / xonotic-osx-agl
diff --git a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl
deleted file mode 100755 (executable)
index baa8828..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-export DYLD_LIBRARY_PATH="${0%/*}"
-       # same dir as the executable
-
-set -- "$0"-bin "$@" -notexturenonpoweroftwo
-
-exec "$@"