Browse Source

add glib check

pull/1045/head
Alexander Hurd 9 years ago
parent
commit
7b2d298d7a
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -74,6 +74,9 @@ elif [ "${engine}" == "spark" ]; then
elif [ "${engine}" == "starbound" ]; then elif [ "${engine}" == "starbound" ]; then
glibcrequired="2.12" glibcrequired="2.12"
glibcfix="no" glibcfix="no"
elif [ "${engine}" == "quake" ]; then
glibcrequired="2.0"
glibcfix="no"
elif [ "${engine}" == "terraria" ]; then elif [ "${engine}" == "terraria" ]; then
glibcrequired="2.7" glibcrequired="2.7"
glibcfix="no" glibcfix="no"

Loading…
Cancel
Save