Browse Source

increased Teeworlds glibc requirements

pull/1323/head
Daniel Gibbs 8 years ago
parent
commit
ddb607d598
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -81,7 +81,7 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
glibcrequired="NOT REQUIRED" glibcrequired="NOT REQUIRED"
glibcfix="no" glibcfix="no"
elif [ "${gamename}" == "Teeworlds" ]; then elif [ "${gamename}" == "Teeworlds" ]; then
glibcrequired="2.3" glibcrequired="2.14"
glibcfix="no" glibcfix="no"
elif [ "${engine}" == "avalanche" ]; then elif [ "${engine}" == "avalanche" ]; then
glibcrequired="2.13" glibcrequired="2.13"

Loading…
Cancel
Save