From 0f0da40f57fe98b6f8fd877fbf877e2cd2ef28fd Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 2 Dec 2023 13:15:00 -0600 Subject: [PATCH] Set Gecko_ExceptionPPC to nonmatching --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index e8ae20ef..40f05776 100755 --- a/configure.py +++ b/configure.py @@ -342,7 +342,7 @@ config.libs = [ "objects": [ Object(Matching, "Runtime.PPCEABI.H/global_destructor_chain.c"), Object(Matching, "Runtime.PPCEABI.H/__init_cpp_exceptions.cpp"), - Object(Matching, "Runtime.PPCEABI.H/Gecko_ExceptionPPC.cp"), + Object(NonMatching, "Runtime.PPCEABI.H/Gecko_ExceptionPPC.cp"), ], }, {