diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-09 23:32:06 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-09 23:32:06 +0100 |
| commit | 2b3486b05fa356a71b3292806bcff2ddc7713aeb (patch) | |
| tree | 5908233b09a221d76563ab3b0994774d023994f5 /configure.py | |
| parent | c8b3ad05d245098ddae0f27ea5042fd47cec098e (diff) | |
100% eggSystem.cpp
Diffstat (limited to 'configure.py')
| -rw-r--r-- | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index b7fc4aa8..313daaba 100644 --- a/configure.py +++ b/configure.py @@ -1233,7 +1233,7 @@ config.libs = [ Object(Matching, "egg/core/eggDisposer.cpp"), Object(Matching, "egg/core/eggThread.cpp"), Object(NonMatching, "egg/core/eggUnk.cpp"), - Object(NonMatching, "egg/core/eggSystem.cpp"), + Object(Matching, "egg/core/eggSystem.cpp"), Object(Matching, "egg/core/eggDisplay.cpp"), Object(Matching, "egg/core/eggColorFader.cpp"), Object(Matching, "egg/core/eggAsyncDisplay.cpp"), |
