瀏覽代碼

Team Fortress 2 now required Glibc 2.15

Daniel Gibbs 9 年之前
父節點
當前提交
bdc29f04f6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lgsm/functions/info_glibc.sh

+ 3 - 0
lgsm/functions/info_glibc.sh

@@ -80,6 +80,9 @@ elif [ "${gamename}" == "Quake Live" ]; then
 elif [ "${gamename}" == "Sven Co-op" ]; then
 	glibcrequired="2.18"
 	glibcfix="no"
+elif [ "${gamename}" == "Team Fortress 2" ]; then
+	glibcrequired="2.15"
+	glibcfix="yes"
 elif [ "${gamename}" == "TeamSpeak 3" ]; then
 	glibcrequired="NOT REQUIRED"
 	glibcfix="no"