Skip to content

Commit

Permalink
Use the YCM build on mac x86
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Apr 14, 2023
1 parent d36e760 commit 5c1e932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload_clang.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def OnMac():
}
},
'x86_64-apple-darwin': {
'url': 'https://github.com/llvm/llvm-project/releases/download/'
'llvmorg-{llvm_version}/{llvm_package}',
'url': 'https://github.com/ycm-core/llvm/'
'releases/download/{llvm_version}/{llvm_package}',
'format': 'lzma',
'llvm_package': 'clang+llvm-{llvm_version}-{os_name}.tar.xz',
'clangd_package': {
Expand Down

0 comments on commit 5c1e932

Please sign in to comment.