Browse Source

Starbound glibc requirements increased to 2.17

pull/1123/head
Daniel Gibbs 9 years ago
parent
commit
85397a0124
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -75,7 +75,7 @@ elif [ "${engine}" == "spark" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${engine}" == "starbound" ]; then
glibcrequired="2.12"
glibcrequired="2.17"
glibcfix="no"
elif [ "${engine}" == "terraria" ]; then
glibcrequired="2.7"

Loading…
Cancel
Save