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 ba96a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AMBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ for sdk_name in ['css', 'tf2', 'dods', 'hl2dm', 'csgo', 'l4d', 'l4d2']:
for cxx in Extension.all_targets:
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
continue
if sdk_name == 'csgo' and cxx.target.arch == 'x86_64':
continue

binary = Extension.HL2Config(project, cxx, projectName + '.ext.' + sdk.ext, sdk, builder)
Extension.AddCDetour(binary)
Expand Down

0 comments on commit ba96a1a

Please sign in to comment.