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:
parent
4158430180
commit
7e09821da9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user