Browse Source

increased glibc requirement to 2.4

pull/1355/head^2
Daniel Gibbs 8 years ago
parent
commit
f9692e1201
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -66,7 +66,7 @@ elif [ "${gamename}" == "No More Room in Hell" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Project Cars" ]; then
glibcrequired="2.1"
glibcrequired="2.4"
glibcfix="no"
elif [ "${gamename}" == "Quake 2" ]; then
glibcrequired="NOT REQUIRED"

Loading…
Cancel
Save