mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Fix merge conflict oopsie
This commit is contained in:
parent
4158430180
commit
7e09821da9
@ -41,7 +41,7 @@ for sdk_target in MMS.sdk_targets:
|
|||||||
])]
|
])]
|
||||||
|
|
||||||
if cxx.target.arch == 'x86':
|
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':
|
elif binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform != 'linux':
|
||||||
binary.sources += ['sourcehook/sourcehook_hookmangen_x86_64.cpp']
|
binary.sources += ['sourcehook/sourcehook_hookmangen_x86_64.cpp']
|
||||||
nodes = builder.Add(binary)
|
nodes = builder.Add(binary)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user