Changes: https://www.mongodb.com/docs/manual/release-notes/8.0/#8.0.12---july-23--2025 Announcement: https://www.mongodb.com/community/forums/t/mongodb-8-0-12-is-released/326400?u=r_k
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
--- SConstruct.orig 2025-07-07 23:12:17 UTC
|
|
+++ SConstruct
|
|
@@ -1848,7 +1848,7 @@ if unknown_vars:
|
|
|
|
unknown_vars = env_vars.UnknownVariables()
|
|
if unknown_vars:
|
|
- env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys())))
|
|
+ print("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys())))
|
|
|
|
install_actions.setup(env, get_option('install-action'))
|
|
|