From f92f4b4e0e195aed6767ab6c18461ad549d1469a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 30 Aug 2016 19:25:32 +0100 Subject: [PATCH] glibcfix currently not working for ge:s --- lgsm/functions/info_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 40ed32cde..9bc71172d 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -28,7 +28,7 @@ elif [ "${gamename}" == "Garry's Mod" ]; then glibcfix="yes" elif [ "${gamename}" == "GoldenEye: Source" ]; then glibcrequired="2.15" - glibcfix="yes" + glibcfix="no" elif [ "${gamename}" == "Insurgency" ]; then glibcrequired="2.15" glibcfix="yes"