From 7e09821da964bc273007ca6761d652679aaf563b Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 3 Aug 2024 12:23:18 -0400 Subject: [PATCH] Fix merge conflict oopsie --- core/AMBuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AMBuilder b/core/AMBuilder index b49ec65..2079e47 100644 --- a/core/AMBuilder +++ b/core/AMBuilder @@ -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)