Explorar el Código

vagrant: llfuse install on darwin needs pkgconfig installed

Thomas Waldmann hace 9 años
padre
commit
81423071d7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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