Make python a required build dependency (#5784)
* Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
This commit is contained in:
parent
cb1935aaff
commit
99500243e1
6 changed files with 18 additions and 4 deletions
|
@ -7,7 +7,7 @@ armtools=gcc-arm-none-eabi
|
|||
installflip=false
|
||||
|
||||
echo "Installing dependencies needed for the installation (quazip)"
|
||||
pacman --needed -S msys/unzip msys/p7zip base-devel msys/git mingw-w64-x86_64-toolchain
|
||||
pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip
|
||||
|
||||
source "$dir/win_shared_install.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue