Browse Source

No glibc for Mumble

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
2aa42fc724
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -71,6 +71,9 @@ elif [ "${engine}" == "unity3d" ]; then
elif [ "${gamename}" == "Teamspeak 3" ]; then
glibcrequired="NOT REQUIRED"
glibcfix="no"
elif [ "${gamename}" == "Mumble" ]; then
glibcrequired="NOT REQUIRED"
glibcfix="no"
else
glibcrequired="UNKNOWN"
glibcfix="no"

Loading…
Cancel
Save