Browse Source

adding glib req

pull/1014/head
Alexander Hurd 9 years ago
parent
commit
37a38bc7f2
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -80,6 +80,9 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
elif [ "${gamename}" == "Mumble" ]; then
glibcrequired="NOT REQUIRED"
glibcfix="no"
elif [ "${engine}" == "idtech3" ]; then
glibcrequired="2.0"
glibcfix="no"
else
glibcrequired="UNKNOWN"
glibcfix="no"

Loading…
Cancel
Save