summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-01-20 16:35:53 -0800
committerGitHub <noreply@github.com>2026-01-20 16:35:53 -0800
commitc256a9965ed3b8eb984a85787b94a7d235ff6c0a (patch)
treee49e5cbf2944f283e1fc82803c73cbc05934ee92
parent623ba48542c51ed21973d8304763d6c281bedd80 (diff)
J2DMaterial linked (#3060)
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index dae7c63e18..1cf2b54d5b 100755
--- a/configure.py
+++ b/configure.py
@@ -1358,7 +1358,7 @@ config.libs = [
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DGrafContext.cpp"),
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DOrthoGraph.cpp"),
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DTevs.cpp"),
- Object(Equivalent, "JSystem/J2DGraph/J2DMaterial.cpp"), # weak func order
+ Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DMaterial.cpp"),
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DMatBlock.cpp"),
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DMaterialFactory.cpp"),
Object(MatchingFor(ALL_GCN), "JSystem/J2DGraph/J2DPrint.cpp"),