mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
fix debian deps
This commit is contained in:
parent
6c79d88501
commit
22262b617f
@ -43,7 +43,7 @@ get_mageia_deps()
|
||||
get_debian_deps()
|
||||
{
|
||||
for pkg in build-essential clang llvm-devel automake autogen libtool \
|
||||
libxml2-dev uuid-dev openssl bash patch make; do
|
||||
libxml2-dev uuid-dev libssl-dev bash patch make; do
|
||||
apt-get -y install $pkg;
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user