Selaa lähdekoodia

vagrant: llfuse install on darwin needs pkgconfig installed

Thomas Waldmann 9 vuotta sitten
vanhempi
sitoutus
81423071d7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -62,6 +62,7 @@ def packages_darwin
     brew install lz4
     brew install fakeroot
     brew install git
+    brew install pkgconfig
     touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile
   EOF
 end