From b5c05240c0e8d08dd5598980413a790202726b75 Mon Sep 17 00:00:00 2001 From: dbalatoni13 Date: Wed, 11 Dec 2024 01:52:44 +0100 Subject: [PATCH] Set m435Dll matching only for US --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index c748d7c4..e1abca70 100644 --- a/configure.py +++ b/configure.py @@ -1108,8 +1108,8 @@ config.libs = [ Rel( "m435Dll", # Darts of Doom objects={ - Object(Matching, "REL/m435Dll/main.c"), - Object(Matching, "REL/m435Dll/sequence.c"), + Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m435Dll/main.c"), + Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m435Dll/sequence.c"), }, ), Rel(