Skip to content

Commit

Permalink
Fix merge conflict oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Aug 3, 2024
1 parent 4158430 commit 7e09821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/AMBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e09821

Please sign in to comment.