Browse Source

Vagrantfile: install patchelf package (#10155)

QGC4.4
Peter Barker 3 years ago committed by GitHub
parent
commit
0beae93472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Vagrantfile

2
Vagrantfile vendored

@ -64,6 +64,8 @@ Vagrant.configure(2) do |config| @@ -64,6 +64,8 @@ Vagrant.configure(2) do |config|
apt-get install -y python3-pip
su - vagrant -c "pip3 install --user aqtinstall"
apt-get install -y patchelf
dir="%{qt_deps_unpack_dir}"
version="5.15.2"
host="linux"

Loading…
Cancel
Save