Browse Source

update glib

pull/1016/head
Alexander Hurd 9 years ago
parent
commit
1ac908c0fc
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -68,6 +68,9 @@ elif [ "${engine}" == "unreal" ]; then
elif [ "${engine}" == "unreal2" ]; then
glibcrequired="2.4"
glibcfix="no"
elif [ "${engine}" == "unreal3" ]; then
glibcrequired="2.3.2"
glibcfix="no"
elif [ "${engine}" == "unreal4" ]; then
glibcrequired="2.14"
glibcfix="no"

Loading…
Cancel
Save