Skip to content

Commit

Permalink
Don't compile csgo 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Dec 15, 2024
1 parent df1ae83 commit 223505d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ class SDK(object):

WinOnly = {'windows': ['x86']}
WinLinux = {'windows': ['x86'], 'linux': ['x86']}
CSGO = {
'windows': ['x86'],
'linux': ['x86', 'x86_64'],
}
WinLinux64 = {
'windows': ['x86', 'x86_64'],
'linux': ['x86', 'x86_64'],
Expand All @@ -47,7 +43,7 @@ PossibleSDKs = {
'swarm': SDK('HL2SDK-SWARM', '2.swarm', '16', 'ALIENSWARM', WinOnly, 'swarm'),
'bgt': SDK('HL2SDK-BGT', '2.bgt', '4', 'BLOODYGOODTIME', WinOnly, 'bgt'),
'eye': SDK('HL2SDK-EYE', '2.eye', '5', 'EYE', WinOnly, 'eye'),
'csgo': SDK('HL2SDKCSGO', '2.csgo', '20', 'CSGO', CSGO, 'csgo'),
'csgo': SDK('HL2SDKCSGO', '2.csgo', '20', 'CSGO', WinLinux, 'csgo'),
'dota': SDK('HL2SDKDOTA', '2.dota', '21', 'DOTA', [], 'dota'),
'portal2': SDK('HL2SDKPORTAL2', '2.portal2', '17', 'PORTAL2', [], 'portal2'),
'blade': SDK('HL2SDKBLADE', '2.blade', '18', 'BLADE', WinLinux, 'blade'),
Expand Down

0 comments on commit 223505d

Please sign in to comment.