Browse Source

Set required glibc version for Battalion 1944

pull/1863/head
Marvin Lehmann 7 years ago
parent
commit
ae283510d9
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -12,6 +12,9 @@ if [ "${gamename}" == "ARK: Survival Evolved" ]; then
elif [ "${gamename}" == "Ballistic Overkill" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Battalion 1944" ]; then
glibcrequired="2.17"
glibcfix="no"
elif [ "${gamename}" == "Base Defense" ]; then
glibcrequired="2.14"
glibcfix="no"

Loading…
Cancel
Save