Skip to content

Commit

Permalink
Update SConstruct
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
  • Loading branch information
Faless and Calinou authored Nov 28, 2024
1 parent 71d1805 commit e6e868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ opts.Add(BoolVariable("disable_advanced_gui", "Disable advanced GUI nodes and be
opts.Add("build_profile", "Path to a file containing a feature build profile", "")
opts.Add(BoolVariable("modules_enabled_by_default", "If no, disable all modules except ones explicitly enabled", True))
opts.Add(BoolVariable("no_editor_splash", "Don't use the custom splash screen for the editor", True))
opts.Add(BoolVariable("enable_engine_debugger", "Enable engine-specific debugging feauteres", True))
opts.Add(BoolVariable("enable_engine_debugger", "Enable engine-specific debugging features", True))
opts.Add(
"system_certs_path",
"Use this path as TLS certificates default for editor and Linux/BSD export templates (for package maintainers)",
Expand Down

0 comments on commit e6e868e

Please sign in to comment.