Browse Source

Glibc version for Quake 3

pull/1046/head
Daniel Gibbs 9 years ago
parent
commit
64643b3dd6
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -41,6 +41,9 @@ elif [ "${gamename}" == "Mumble" ]; then
elif [ "${gamename}" == "No More Room in Hell" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Quake 3" ]; then
glibcrequired="2.1"
glibcfix="no"
elif [ "${gamename}" == "Quake Live" ]; then
glibcrequired="2.15"
glibcfix="no"

Loading…
Cancel
Save