diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-20 21:48:48 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-20 21:48:48 -0400 |
| commit | ebc8cd2caf8a948c6f730a171cc3e88416cad1cb (patch) | |
| tree | a9878447563306c87bd6b957a711bf2958b32191 /configure.py | |
| parent | 61a3a0ac17969f0d75f704ee43aefcc5a6c8ddb3 (diff) | |
d_cam_param OK
Diffstat (limited to 'configure.py')
| -rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index a04701ed..73abc88d 100755 --- a/configure.py +++ b/configure.py @@ -569,7 +569,7 @@ config.libs = [ Object(Matching, "d/d_cc_mass_s.cpp"), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_cc_s.cpp"), Object(Matching, "d/d_cc_uty.cpp"), - Object(NonMatching, "d/d_cam_param.cpp"), + Object(Matching, "d/d_cam_param.cpp"), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_cam_type.cpp"), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_cam_style.cpp"), Object(Matching, "d/d_cam_type2.cpp"), |
