Set Gecko_ExceptionPPC to nonmatching

This commit is contained in:
gamemasterplc 2023-12-02 13:15:00 -06:00
parent a1a6006fe9
commit 0f0da40f57

View file

@ -342,7 +342,7 @@ config.libs = [
"objects": [ "objects": [
Object(Matching, "Runtime.PPCEABI.H/global_destructor_chain.c"), Object(Matching, "Runtime.PPCEABI.H/global_destructor_chain.c"),
Object(Matching, "Runtime.PPCEABI.H/__init_cpp_exceptions.cpp"), 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"),
], ],
}, },
{ {