diff options
| author | Max Roncace <me@caseif.net> | 2025-09-20 14:32:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 21:32:51 +0300 |
| commit | 72236276a6af973baefd612f0a3d4fecccbab4e9 (patch) | |
| tree | 0ef67689ca91abc718151fa33aa75ba2ec5c5c24 | |
| parent | da9b062f5887b8d07112512235e24ef9dc90c04c (diff) | |
Mark d_a_e_gm as matching again (#2677)
| -rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |
