mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Install pkg-config for openssl-sys
This commit is contained in:
parent
2960ec91d4
commit
3fa3ae1595
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
# Install the dependencies needed for exa to build.
|
# Install the dependencies needed for exa to build.
|
||||||
config.vm.provision :shell, privileged: true, inline:
|
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
|
# Guarantee that the timezone is UTC -- some of the tests
|
||||||
# depend on this (for now).
|
# depend on this (for now).
|
||||||
|
Loading…
Reference in New Issue
Block a user