1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-21 14:54:14 +01:00

Remove x86 from Source2 build targets

This commit is contained in:
Nick Hastings 2023-04-01 00:00:20 -04:00
parent 6bbcc152c3
commit 4da281d957

View File

@ -34,7 +34,7 @@ CSGO = {
'mac': ['x86_64'] 'mac': ['x86_64']
} }
Source2 = { Source2 = {
'windows': ['x86', 'x86_64'], 'windows': ['x86_64'],
'linux': ['x86_64'], 'linux': ['x86_64'],
} }
Insurgency = { Insurgency = {