Преглед изворни кода

Install pkg-config for openssl-sys

Laurent Arnoud пре 9 година
родитељ
комит
3fa3ae1595
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
 
     # Install the dependencies needed for exa to build.
     config.vm.provision :shell, privileged: true, inline:
-        %[apt-get install -y git cmake libgit2-dev libssh2-1-dev curl attr]
+        %[apt-get install -y git cmake libgit2-dev libssh2-1-dev curl attr pkg-config]
 
     # Guarantee that the timezone is UTC -- some of the tests
     # depend on this (for now).