Skip to content

Commit 53a0427

Browse files
authored
Merge pull request #38 from j-aub/main
Fix clang version detection
2 parents eddf46a + a45c184 commit 53a0427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

a86/check-assembler.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ HERE
3838
(define (clang-version-string)
3939
(parameterize ([current-output-port (open-output-string)]
4040
[current-error-port (open-output-string)])
41-
(and (system (format "~aclang -v 2>&1"
41+
(and (system (format "~aclang --version 2>&1"
4242
(if (macos?)
4343
"arch -x86_64 "
4444
"")))

0 commit comments

Comments
 (0)