Fix reference to execute_external leftover in 69924ccf7a

This commit is contained in:
Sam McCall 2022-03-10 23:20:03 +01:00
parent 69924ccf7a
commit 6ed2f8902b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ config.available_features.add('crash-recovery')
#
# Exclude MSYS due to transforming '/' to 'X:/mingwroot/'.
if not platform.system() in ['Windows'] or not execute_external:
if not platform.system() in ['Windows'] or llvm_config.use_lit_shell:
config.available_features.add('shell-preserves-root')
# ANSI escape sequences in non-dumb terminal