Browse Source

GLIBC not required for Quake 2

pull/1191/head
Daniel Gibbs 9 years ago
parent
commit
3029c9b258
  1. 2
      lgsm/functions/info_glibc.sh

2
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"

Loading…
Cancel
Save