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