mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
freebsd auto-get dependencies
This commit is contained in:
parent
60d74c1a40
commit
4829d49f39
@ -13,7 +13,7 @@ get_fedora_deps()
|
||||
get_freebsd_deps()
|
||||
{
|
||||
for pkgname in llvm-devel automake autogen libtool \
|
||||
libxml2 ossp-uuid openssl bash; do
|
||||
libxml2 e2fsprogs-libuuid openssl bash; do
|
||||
echo $pkgname
|
||||
pkg install $pkgname
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user