Alexander Hurd hace 9 años
padre
commit
1ac908c0fc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lgsm/functions/info_glibc.sh

+ 3 - 0
lgsm/functions/info_glibc.sh

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