| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1111,7 +1111,7 @@ def try_check_compiler(cc, lang): | |||
| 1111 | 1111 | proc = subprocess.Popen(shlex.split(cc) + ['-E', '-P', '-x', lang, '-'], | |
| 1112 | 1112 | stdin=subprocess.PIPE, stdout=subprocess.PIPE) | |
| 1113 | 1113 | except OSError: | |
| 1114 | - return (False, False, '', '') | ||
| 1114 | + return (False, False, '', '', False) | ||
| 1115 | 1115 | ||
| 1116 | 1116 | with proc: | |
| 1117 | 1117 | proc.stdin.write(b'__clang__ __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__ ' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments