1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Fix merge conflict oopsie

This commit is contained in:
Nick Hastings 2024-08-03 12:23:18 -04:00
parent 4158430180
commit 7e09821da9

View File

@ -41,7 +41,7 @@ for sdk_target in MMS.sdk_targets:
])]
if cxx.target.arch == 'x86':
binary.sources += ['sourcehook/sourcehook_hookmangen.cpp']
binary.sources += ['sourcehook/sourcehook_hookmangen_x86.cpp']
elif binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform != 'linux':
binary.sources += ['sourcehook/sourcehook_hookmangen_x86_64.cpp']
nodes = builder.Add(binary)