Merge pull request #8 from 3d-gussner/build-with-cmake

Update Windows MAC download urls
This commit is contained in:
vintagepc 2022-08-05 16:47:02 -04:00 committed by GitHub
commit 7ddeb84486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -39,9 +39,9 @@ dependencies = {
'cmake': {
'version': '3.22.5',
'url': {
'Linux': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-Linux-x86_64.tar.gz',
'Windows': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-win64-x64.zip',
'Darwin': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-Darwin-x86_64.tar.gz',
'Linux': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-linux-x86_64.tar.gz',
'Windows': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-windows-x86_64.zip',
'Darwin': 'https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-macos-universal.tar.gz',
},
},
'avr-gcc': {
@ -61,7 +61,7 @@ dependencies = {
}
},
}
pip_dependencies = ["pyelftools"]
pip_dependencies = ["pyelftools","polib","regex"]
# yapf: enable