diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 202c07535a1..ef44ec94487 100644 --- a/SConstruct +++ b/SConstruct @@ -4160,7 +4160,7 @@ if get_option('install-mode') == 'hygienic': ], ) - env.Default(env.Alias("install-default")) + env.Default(env.Alias("install-default")) elif get_option('separate-debug') == "on": env.FatalError('Cannot use --separate-debug without --install-mode=hygienic') |