diff options
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index cb2b158f2..b09f07bb5 100755 --- a/configure.py +++ b/configure.py @@ -1771,7 +1771,7 @@ def create_template_vars(source_paths, build_paths, options, modules, cc, arch, if options.with_sysroot_dir == '': return '' if cc.add_sysroot_option == '': - logging.error('This compiler doesn''t support --sysroot option') + logging.error("This compiler doesn't support --sysroot option") return cc.add_sysroot_option + options.with_sysroot_dir def ar_command(): |