Skip to content

Commit

Permalink
GP-0: fix for invalid compilerid 'clang'
Browse files Browse the repository at this point in the history
  • Loading branch information
d-millar authored and ryanmkurtz committed May 21, 2024
1 parent 8734c48 commit 5beb81f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
'linux': 'gcc',
'netbsd': 'gcc',
'ps4': 'gcc',
'ios': 'clang',
'macosx': 'clang',
'tvos': 'clang',
'watchos': 'clang',
'ios': 'gcc',
'macosx': 'gcc',
'tvos': 'gcc',
'watchos': 'gcc',
'windows': 'Visual Studio',
# This may seem wrong, but Ghidra cspecs really describe the ABI
'Cygwin': 'Visual Studio',
Expand Down

0 comments on commit 5beb81f

Please sign in to comment.