Explorar o código

vagrant: llfuse install on darwin needs pkgconfig installed

Thomas Waldmann %!s(int64=9) %!d(string=hai) anos
pai
achega
81423071d7
Modificáronse 1 ficheiros con 1 adicións e 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