From 4da281d957508b387651ab896056e950785f0d76 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 1 Apr 2023 00:00:20 -0400 Subject: [PATCH] Remove x86 from Source2 build targets --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index d75b1b2..9f0654e 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -34,7 +34,7 @@ CSGO = { 'mac': ['x86_64'] } Source2 = { - 'windows': ['x86', 'x86_64'], + 'windows': ['x86_64'], 'linux': ['x86_64'], } Insurgency = {