From b0b63eb4f9c6dff6665d40e835a12551fca3891b Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Sat, 20 Sep 2025 14:32:51 -0400 Subject: [PATCH] Mark d_a_e_gm as matching again (#2677) --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 2d75cff2b2..2d7a6377b9 100755 --- a/configure.py +++ b/configure.py @@ -1721,7 +1721,7 @@ config.libs = [ ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_gb"), ActorRel(NonMatching, "d_a_e_ge"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_gi"), - ActorRel(NonMatching, "d_a_e_gm"), + ActorRel(MatchingFor("GZ2E01", "GZ2J01"), "d_a_e_gm"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_gob"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_gs"), ActorRel(MatchingFor("GZ2E01", "GZ2P01", "GZ2J01"), "d_a_e_hb_leaf"),