From 11d6aa597a6b6218a38eff2726c841a31f851a57 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 7 Sep 2026 13:28:55 -0400 Subject: [PATCH] not matching for jpn --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 2156edc14..e771a0a08 100755 --- a/configure.py +++ b/configure.py @@ -1077,7 +1077,7 @@ config.libs = [ "J3DGraphAnimator", [ Object(Matching, "JSystem/J3DGraphAnimator/J3DModelData.cpp"), - Object(Matching, "JSystem/J3DGraphAnimator/J3DModel.cpp"), + Object(MatchingFor("GZLE01", "GZLP01"), "JSystem/J3DGraphAnimator/J3DModel.cpp"), Object(Matching, "JSystem/J3DGraphAnimator/J3DAnimation.cpp"), Object(Matching, "JSystem/J3DGraphAnimator/J3DMaterialAnm.cpp"), Object(Matching, "JSystem/J3DGraphAnimator/J3DVisibility.cpp"),