diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2019-05-06 10:56:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 10:56:34 -0700 |
| commit | 99500243e10c12c0a5005da49aa1986947b27153 (patch) | |
| tree | 7b33f10fcc52f6578f84830c823e518557168ccf /util/msys2_install.sh | |
| parent | cb1935aaff0fed118954996fc7afb722b6ed21be (diff) | |
| download | qmk_firmware-99500243e10c12c0a5005da49aa1986947b27153.tar.gz qmk_firmware-99500243e10c12c0a5005da49aa1986947b27153.zip | |
Make python a required build dependency (#5784)
* Make python a required build dependency
* Add missing color
* fixup sabayon linux per @BlitzKraft
Diffstat (limited to 'util/msys2_install.sh')
| -rwxr-xr-x | util/msys2_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh index fcb488249..bcb628ab2 100755 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh | |||
| @@ -7,7 +7,7 @@ armtools=gcc-arm-none-eabi | |||
| 7 | installflip=false | 7 | installflip=false |
| 8 | 8 | ||
| 9 | echo "Installing dependencies needed for the installation (quazip)" | 9 | echo "Installing dependencies needed for the installation (quazip)" |
| 10 | pacman --needed -S msys/unzip msys/p7zip base-devel msys/git mingw-w64-x86_64-toolchain | 10 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip |
| 11 | 11 | ||
| 12 | source "$dir/win_shared_install.sh" | 12 | source "$dir/win_shared_install.sh" |
| 13 | 13 | ||
