Browse Source

bug in project zomboid

pull/981/head
Daniel Gibbs 9 years ago
parent
commit
1b99b32067
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -37,7 +37,7 @@ elif [ "${engine}" == "dontstarve" ]; then
glibcfix="no"
elif [ "${engine}" == "projectzomboid" ]; then
glibcrequired="2.15"
glibcfix="yesno"
glibcfix="no"
elif [ "${engine}" == "realvirtuality" ]; then
glibcrequired="2.13"
glibcfix="yes"

Loading…
Cancel
Save