Skip to content

Commit

Permalink
Install pkg-config for openssl-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Feb 26, 2017
1 parent 03d9481 commit 0eee493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -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).
Expand Down

0 comments on commit 0eee493

Please sign in to comment.