Explorar o código

GLIBC not required for Quake 2

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
3029c9b258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/info_glibc.sh

+ 1 - 1
lgsm/functions/info_glibc.sh

@@ -42,7 +42,7 @@ elif [ "${gamename}" == "No More Room in Hell" ]; then
 	glibcrequired="2.15"
 	glibcfix="yes"
 elif [ "${gamename}" == "Quake 2" ]; then
-	glibcrequired="2.0"
+	glibcrequired="NOT REQUIRED"
 	glibcfix="no"
 elif [ "${gamename}" == "Quake 3: Arena" ]; then
 	glibcrequired="2.1"