Ensure pkg-config present when generating bindings
Not all systems have pkg-config installed by default. cargo test passes
This commit is contained in:
1
vagrant/freebsd10/fabfile.py
vendored
1
vagrant/freebsd10/fabfile.py
vendored
@ -40,6 +40,7 @@ def all():
|
||||
sudo("pkg install -q -y rust")
|
||||
sudo("pkg install -q -y cargo")
|
||||
sudo("pkg install -q -y ImageMagick-nox11")
|
||||
sudo("pkg install pkgconf")
|
||||
sudo("pkg install -q -y clang-devel")
|
||||
# set LIBCLANG_PATH so rustc can find libclang.so in its hidden place
|
||||
# (using the append operation results in 'Unmatched ".' error)
|
||||
|
||||
Reference in New Issue
Block a user