]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - xonotic-linux-sdl.sh
Fix netradiant compile to put the q3map2 binary in the path where the compile script...
[xonotic/xonotic.git] / xonotic-linux-sdl.sh
index e2213715be0e9c320b9ec39beba23072d1ca4d44..e4ae857ee80ea6468f30ebffd29325c80e8af302 100755 (executable)
@@ -8,6 +8,7 @@ cd "${path}"
 
 case "${0##*/}" in
   *dedicated*) mode="dedicated" ;;
+  *glx*)       mode="glx" ;;
   *)           mode="sdl" ;;
 esac