Provision libstdc++-static library to CentOS

Needed by webengine which broke from the switch from RHEL to CentOS.

Change-Id: I1f0b855b73716e0e2133be895e55000d72658962
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
This commit is contained in:
Toni Saario
2020-10-22 17:31:44 +03:00
parent df20d2caea
commit 3a076ad2f8

View File

@@ -133,6 +133,7 @@ installPackages+=(perl-Data-Dumper)
# In RedHat these come with Devtoolset
installPackages+=(gcc)
installPackages+=(gcc-c++)
installPackages+=(libstdc++-static)
installPackages+=(make)
# Open source VMware Tools
installPackages+=(open-vm-tools)